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
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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