1.

What will be the time complexity of the code to reverse stack recursively?

A. O(n)
B. O(n log n)
C. O(log n)
D. O(n2)
Answer» E.


Discussion

No Comment Found