An open API service indexing awesome lists of open source software.

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.

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!