-
Updated
Feb 20, 2024 - C++
#
hanoi-puzzle
Here are 3 public repositories matching this topic...
Tower of Hanoi is a mathematical puzzle where we have three rods and n disks. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: player can only move one disk per turn and can never place a larger disk onto a smaller one at any time. this's a simple program to solve hanoi tower with n disk…
-
Updated
Jul 17, 2020 - C++
A console game based on the puzzle "Hanoi Towers"
-
Updated
Jun 16, 2019 - C++
Improve this page
Add a description, image, and links to the hanoi-puzzle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hanoi-puzzle topic, visit your repo's landing page and select "manage topics."