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
This question was posed to me during a job interview.
Question is taken from Recursion topic in chapter Recursion of Data Structures & Algorithms II