1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Tower of hanoi problem can be solved ite...
Q.

Tower of hanoi problem can be solved iteratively.

A. true
B. false
Answer» A. true
Explanation: iterative solution to tower of hanoi puzzle also exists. its approach depends on whether the total numbers of disks are even or odd.

Discussion