Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) O(1)
b) O(n)
c) O(log n)
d) O(n log n)