-
Updated
Feb 20, 2024 - C++
#
hanoi-game
Here are 4 public repositories matching this topic...
Solution to the "Tower of Hanoi" problem on HackerRank.
hackerrank recursion tower-of-hanoi hanoi hackerrank-solutions hanoi-towers hanoi-game tower-of-hanoi-game
-
Updated
May 28, 2022 - C++
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++
Improve this page
Add a description, image, and links to the hanoi-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hanoi-game topic, visit your repo's landing page and select "manage topics."