Space complexity of recursive solution of tower of hanoi puzzle is ________
Posted: Wed Jul 13, 2022 7:40 pm
a) O(1)
b) O(n)
c) O(log n)
d) O(n log n)
b) O(n)
c) O(log n)
d) O(n log n)
Accurate answers. Every time.
https://answerhappy.com/