Page 1 of 1

The time complexity of the solution tower of hanoi problem using recursion is _________

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