Skip to content
#

tower-of-hanoi

Here are 30 public repositories matching this topic...

The Tower of Hanoi is a math game or puzzle. This mathematical puzzle has the following rules (classic version): three rods are set, one of them has a tower of n disks, and under each disk, except for the lowest n-th disk, there is a disk of larger diameter. The object of the game is to move the tower to another rod according to the following ru…

  • Updated Apr 18, 2023
  • C++

Towers of Hanoi is a popular puzzel game that consists out of two main components: three towers and n number of disks. The goal of this puzzel game is to move the tower of disks from one tower to another tower with only moving a single disk at a time.

  • Updated Jul 21, 2023
  • C++

Improve this page

Add a description, image, and links to the tower-of-hanoi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tower-of-hanoi topic, visit your repo's landing page and select "manage topics."

Learn more