Home / Engineering / Design and Analysis of Algorithms / Question

M

Mr. Dubey • 51.43K Points
Coach

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
Correct answer : Option (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

Share

Discusssion

Login to discuss.