Q737
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)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board