Which of the following is NOT a valid time complexity notation?
O(n / 2)
O(n log n)
O(n^2)
O(2^n)

Advanced Algorithms Exercises are loading ...