hanoi-puzzle
There are 25 repositories under hanoi-puzzle topic.
lagmoellertim/hanoi-towers
Fast implementation of the Hanoi Towers logic riddle
Carleslc/Puzzles
Different puzzles to think and enjoy programming.
ajmwagar/hanoi
⛩️ An implementation of the Tower of Hanoi. Written in Rust.
Danilo019/Paradigma-L-gico-e-Programa-o-em-Prolog
Este repositório contém um projeto acadêmico desenvolvido para a disciplina de Paradigmas de Programação do curso de Ciências da Computação. O objetivo do projeto é explorar o paradigma lógico de programação, utilizando a linguagem Prolog para resolver problemas de lógica e modelagem de conhecimento.
ElfegoAJ/Hanoi-Recursivo
Algoritmo Recursivo para la solución al juego "Torres de Hanoi" con 3 torres y N cantidad de discos.
guilhermeagostinelli/tower-of-hanoi
Implementation of the famous puzzle "Tower of Hanoi" using C# / Windows Forms Application.
arnaublanco/Hanoi-Game
Hanoi Game in C based on the idea of recursion.
kroune/hanoy-tower
hanoi tower solver
lewxdev/tower-of-hanoi
Unleash your skills with this free online, mobile-friendly, minimal Tower of Hanoi game. Can you solve each puzzle in the least number of moves?
lucasmg18/Haskell
Problems and simulators made in Haskell
Lucaspm5/Hanoi-tower
Modeling and solving the Tower of Hanoi with graphs
this-1s-sparta/4-tower-hanoi
The Tower of Hanoi problem consists of 3 rods and 4 discs of different sizes. The goal of the problem is to move the stack of discs from the leftmost tower to the rightmost tower while also following the rules.
valdecirdev/acordepravida
A simple hanoi tower game, make with JS, HTML and CSS.
ClecioJung/hanoiTower
Hanoi tower game solved automaticaly by software developed in C
Eberty/Torre-de-Hanoi
The Tower of Hanoi is a mathematical game or puzzle. It consists of three rods and a number of disks of different sizes, which can slide onto any rod. Object of the game is to move all the disks over to another tower. But you cannot place a larger disk onto a smaller disk.
emberal/Tower_of_Hanoi
Tower of Hanoi running on EasyGraphics
gnapse/hanoi-towers
Implements the classic recursive solution to the Tower of Hanoi game
marcin-chwedczuk/hanoi
Hanoi tower animation
mndxpnsn/hanoi
Solution to the "Tower of Hanoi" problem.
MoussaGerges9/Hanoi-game
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 disks with steps
pablogalve/HanoiTowers-Puzzle
A console game based on the puzzle "Hanoi Towers"
RuggeroPiazza/hanoi_tower_solver
A program to solve the Hanoi Tower game
SirIsaacNeutron/tower_of_hanoi
Python code for the classic Tower of Hanoi puzzle