https://github.com/rhmti01/hanoi-issue-js-uni
this repo is a online web for hanoi performance created with Javascript language and ui has been developed by TailwindCSS.
https://github.com/rhmti01/hanoi-issue-js-uni
hanoi hanoi-towers js tailwindcss uni-project
Last synced: about 2 months ago
JSON representation
this repo is a online web for hanoi performance created with Javascript language and ui has been developed by TailwindCSS.
- Host: GitHub
- URL: https://github.com/rhmti01/hanoi-issue-js-uni
- Owner: rhmti01
- License: mit
- Created: 2024-11-17T10:56:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-30T07:36:18.000Z (4 months ago)
- Last Synced: 2025-03-29T08:51:14.952Z (2 months ago)
- Topics: hanoi, hanoi-towers, js, tailwindcss, uni-project
- Language: CSS
- Homepage: https://hanoi-issue-rhmti01.netlify.app/
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏗️ Hanoi Issue Solver - JavaScript Implementation
This repository contains a **Tower of Hanoi** problem solver, implemented in **JavaScript**, tailored for academic or educational purposes at a university level. The project demonstrates an algorithmic approach to solving the classic Tower of Hanoi puzzle efficiently, with clean and modular code.
## 🚀 Features
- **Recursive Solution** for Tower of Hanoi.
- Configurable number of disks.
- Step-by-step solution visualization.
- Minimal and efficient code design.## 📂 Structure
- `hanoi.js` - Core logic of the solver.## 🤝 Contributions
Feel free to fork and enhance the project by adding visualizations, optimizing the algorithm, or exploring iterative solutions!