Vidyalelo
Data Structure · Q903

Miscellaneous on Data Structures

Programming · Data Structure · question 903

Q903

Which of the following is NOT a rule of tower of hanoi puzzle?

A.
No disk should be placed over a smaller disk
B.
Disk can only be moved if it is the uppermost disk of the stack
C.
No disk should be placed over a larger disk
Answer
D.
Only one disk can be moved at a time

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board