hanoi-game
Here are 21 public repositories matching this topic...
Solution to the "Tower of Hanoi" problem on HackerRank.
-
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++
Problems and simulators made in Haskell
-
Updated
Feb 4, 2024 - Haskell
Implements the classic recursive solution to the Tower of Hanoi game
-
Updated
Apr 24, 2023 - TypeScript
Tower of Hanoi running on EasyGraphics
-
Updated
Jul 6, 2022 - Java
It's a simple game of hanoi towers made in Unity. This is not made using Recursion, only Stacks and logic.
-
Updated
Sep 13, 2024 - C#
Cross platform Tower of Hanoi game using GLUT for Windows and freeglut for Linux and Mac.
-
Updated
Nov 28, 2016 - C
-
Updated
Feb 20, 2024 - C++
Solution to the "Tower of Hanoi" problem.
-
Updated
May 28, 2022 - Java
Решение задачи 'Ханойская башня'
-
Updated
Dec 16, 2022 - Java
A simple Hanoi recognition, solution and manipulator's motion program.
-
Updated
Sep 28, 2021 - C
Hanoi game. Additionally can be used as a quest for 4 teams of 1-5 people.
-
Updated
Aug 11, 2020 - JavaScript
CLI Hanoi Tower made with Python3
-
Updated
Aug 17, 2021 - Python
Algoritmo Recursivo para la solución al juego "Torres de Hanoi" con 3 torres y N cantidad de discos.
-
Updated
Jun 16, 2022 - Java
Tower of Hanoi in Rust 🦀. It's a mathematical puzzle played with three rods and a number of disks of different sizes. The objective is to move all the disks from one rod to another, while following three simple rules.
-
Updated
Nov 13, 2023 - Rust
🗼 HTML5汉诺塔的解法(纯网页 193 lines JS)
-
Updated
Jul 15, 2019 - JavaScript
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."