1.

What will be the time complexity of the following code?

A. O(1)
B. O(n)
C. O(log n)
D. O(n log n)View Answer
Answer» D. O(n log n)View Answer


Discussion

No Comment Found