Computer Science, asked by sritejaswini6202, 11 months ago

Which data structure can be used suitably to solve the tower of hanoi problem

Answers

Answered by Rohit65k0935Me
0

The original Tower of Hanoi puzzle, invented by the French mathematician Edouard Lucas in 1883, spans "base 2". That is – the number of moves of disk number k is 2^(k-1), and the total number of moves required to solve the puzzle with N disks is 2^N - 1.

Similar questions