https://github.com/ayonious/tower-of-hanoi-simulation
🗼💿Tower of Hanoi solve using Animation of java Graphics
https://github.com/ayonious/tower-of-hanoi-simulation
canvas-animation graphics java simulation tower-of-hanoi
Last synced: 2 months ago
JSON representation
🗼💿Tower of Hanoi solve using Animation of java Graphics
- Host: GitHub
- URL: https://github.com/ayonious/tower-of-hanoi-simulation
- Owner: ayonious
- Created: 2019-11-15T23:01:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:36:09.000Z (over 1 year ago)
- Last Synced: 2025-01-25T12:13:51.285Z (4 months ago)
- Topics: canvas-animation, graphics, java, simulation, tower-of-hanoi
- Language: Java
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiepg tower of hanoi problem simulation
![]()
## input
1. number or pegs
2. number of discs## output
Animated simulation of discs getting sorted out## Running instructions:
1. cd src
2. javac Flicker.java
3. java Flicker
4. now input the number of pegs and discs and enter
5. enjoy the simultion