Given a number of disks return the sequence of moves to solve a Tower of Hanoi.
Algorithm input is an integer number of disks. Output is a list of moves for solving.
Whiteboard Images
Given a number of disks return the sequence of moves to solve a Tower of Hanoi.
Algorithm input is an integer number of disks. Output is a list of moves for solving.
Whiteboard Images