GitHub topics: towers-of-hanoi
khteh/DataStructuresAlgorithms
C++ Algorithms and data structures using only standard libraries. This answers many of the challenges in Codility and HackerRank. > 1200 Google Test cases and counting.
Language: C++ - Size: 2.21 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

MahirSalahin/towers-of-hanoi-simulation
The Tower of Hanoi.
Language: Java - Size: 678 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Winterwind/TowerOfHanoi
A short python script that gives the instructions on how to optimally solve the Tower of Hanoi puzzle using a certain number of starting disks
Language: Python - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

LITH002/Tower-of-Hanoi-CLI
This game was developed based on the Mini Game Project on C++, with the dedication of a team.
Language: C++ - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

SkatOficial/Torres-de-Hanoi
Implemetnacion en Python del clasico Torres de Hanoi
Language: Python - Size: 5.86 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

goblinhack/towers-of-hanoi
A non recursive binary solution for the towers of hanoi
Language: C++ - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

mshahriarnihal/CPP_Backtracking-OOP-and-Pointer-Based-Projects
Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms
Language: C++ - Size: 5.26 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

DanijelAskov/towers-of-hanoi
An interactive 3D JavaFX application visualizing the process of solving the Towers of Hanoi puzzle.
Language: Java - Size: 4.93 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 2

niinpatel/Hanoi
Solution to the famous 'towers of hanoi' Problem.
Language: JavaScript - Size: 0 Bytes - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

SalmanCorleone/MultiPeg-Tower-of-Hanoi-Simulation
Multi Peg Tower of Hanoi Solver with Animation
Language: C - Size: 64.8 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

jerryOkafor/algorithms
Basic and Complex Algorithm implementation in Javascript, Kotlin, Swift and Python.
Language: Kotlin - Size: 455 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

ASK1995/Artificial-Intelligence
CS 531 Course Assignments + Projects at OSU
Language: Python - Size: 1.32 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

ProdiG66/Towers-Of-Hanoi
This is a case study project of Towers of Hanoi in Unity C#
Language: C# - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MattMoony/towers-of-hanoi
Visually solving the Towers of Hanoi.
Language: HTML - Size: 120 KB - Last synced at: about 11 hours ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

NeuralCortex/Towers_Of_Hanoi_React
Graphical solution to solve the Towers Of Hanoi problem
Language: CSS - Size: 65.4 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MartinGurasvili/Tower-Of-Hanoi
This is a python visualiser of the tower of Hanoi puzzle
Language: Python - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

soton-pls/expo-esolang
An Esoteric toy Language for solving Towers of Hanoi, including animated feedback and outputs.
Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ptitcoutu/dojo-hanoi-tower
Created with StackBlitz ⚡️
Language: JavaScript - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Techman/tower-of-hanoi
A program that solves the Tower of Hanoi puzzle, written in MIPS assembly language.
Language: Assembly - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

kevinjmz/TowersOfHanoi
There is no better example for demonstrating knowledge of stacks than trying to solve Towers of Hanoi problem using 3 stacks. Check it out!
Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

NeuralCortex/Towers_Of_Hanoi
Towers Of Hanoi
Language: Java - Size: 54.7 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dk2013/Towers-of-Hanoi-Dmitriy-K
Towers of Hanoi solution
Language: JavaScript - Size: 87.9 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

akispapapanagiotou/towers-of-hanoi
Implementation of a solution to the Towers of Hanoi puzzle in Prolog.
Language: Prolog - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

iEPCBM/Tower_of_Hanoi
Tower of Hanoi game
Language: C++ - Size: 842 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

efeacer/TowersOfHanoi
Java-Swing based GUI application to demonstrate the solution of the Towers of Hanoi problem.
Language: Java - Size: 502 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 2

artakharutyunyan/tower-of-hanoi
Mathematical game The Tower of Hanoi
Language: HTML - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

DoruApareci/TowersOfHanoi
Simple implementation of the Towers of Hanoi in C# and WinForms
Language: C# - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Eldemarkki/TowersOfHanoiGame 📦
Language: C# - Size: 27.3 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

abedinsherifi/Tower_of_Hanoi
SCARA robot solving the puzzle of the Towers of Hanoi simulation in Matlab.
Language: MATLAB - Size: 1.52 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ahmedibrahimq/ToH
Solving Towers of Hanoi game using uninformed search algorithms. (B.Sc. course work)
Language: C# - Size: 276 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

mfarukkoc/towers-of-hanoi
Implementation of Towers of Hanoi puzzle, including solving algorithm, using React.js and react-beautiful-dnd.
Language: JavaScript - Size: 478 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

bell-kevin/towersOfHanoi
towers Of Hanoi
Language: Java - Size: 69.3 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

LuciferUchiha/Tower-of-Hanoi
A user interface for the "Tower of Hanoi" puzzle with solving algorithm.
Language: Java - Size: 252 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

NandanSatheesh/Towers-Of-Hanoi-using-OpenGL
Visual Simulation of Towers of Hanoi in C using OpenGL Libraries
Language: C++ - Size: 4.84 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 2

RARM/toh_tui
Tower of Hanoi through a Terminal Interface
Language: C++ - Size: 867 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Douile/tower-of-hanoi
A simple html5 canvas js tower of hanoi game
Language: JavaScript - Size: 30.3 KB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

SHA-T/tower_of_hanoi
Implementation of the mathematical disk game 'Tower of Hanoi'
Language: C++ - Size: 759 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

J0K3Rn/Data_Structures_Projects
Projects and tests for COSC2430 Data Structures taken at the University Of Houston
Language: Java - Size: 178 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

EricKarpovits/Towers-of-Hanoi-Project
Implementation of Towers of Hanoi in C++ and Allegro with an option for the user to play it themselves :)
Language: C++ - Size: 11.7 MB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

jasont14/TowersOfHanoi2
Towers of Hanoi simple example. Python
Language: Python - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

guptavasu1213/Hanoi-Towers
This game about solving the Towers of Hanoi containing 3 posts and user-defined number of disks. It is written in python and makes use of graphics.py library to create visual effects.
Language: Python - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

efeagca55/Tower-Of-Hanoi
Tower of hanoi game with built in solver.
Language: C# - Size: 179 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

helloRupa/jquery-hanoi
Towers of Hanoi browser game in JavaScript / jQuery
Language: JavaScript - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

ninivert/Towers-of-Hanoi
node.js Towers of Hanoi solver and renderer
Language: JavaScript - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ahnafy/Algorithms
Algorithmic Solutions of Classic Programming Problems in GoLang such as Dining Philosophers, Traveling Salesman, Eight Queens, Two Generals and Towers of Hanoi
Language: Go - Size: 93.8 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

nwarsalee/TowersOfHanoiVisual
Visual representation of the Towers of Hanoi problem in Processing (Java)
Language: Processing - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 1

kensj/mips-towers-of-hanoi
Recursive MIPS Assembly implementation of the Towers of Hanoi algorithm
Language: Assembly - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

naftulikay/hanoi.rs
Towers of Hanoi Puzzle, in Rust
Language: Rust - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

loganintech/Hanoi
Visualized Towers of Hanoi Problem in Typescript
Language: TypeScript - Size: 4.63 MB - Last synced at: 7 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0
