1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. What is the objective of tower of hanoi ...
Q.

What is the objective of tower of hanoi puzzle?

A. to move all disks to some other rod by following rules
B. to divide the disks equally among the three rods by following rules
C. to move all disks to some other rod in random order
D. to divide the disks equally among three rods in random order
Answer» A. to move all disks to some other rod by following rules
Explanation: objective of tower of hanoi problem is to move all disks to some other rod by following the following rules-1) only one disk can be moved at a time. 2) disk can

Discussion