Vidyalelo
Data Structure · Q140

Miscellaneous on Data Structures

Programming · Data Structure · question 140

Q140

Space complexity of recursive solution of tower of hanoi puzzle is . . . . . . . .

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

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board