So given the following program:
Is the time complexity of this program O(0)? In other words, is 0 O(0)?
I thought answering this in a separate question
0 = O(f) for all function f, since 0 <= |f|, so it is also O(0).