Exercise: Tower of Hanoi
Entertain yourself by solving this fun puzzle.
We'll cover the following...
Problem
You're required to implement the solution to the Tower of Hanoi problem, where you are given three pegs, and a stack of disks on one of the pegs such that the disks are in order of increasing ...