Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 845 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 845 Bytes

🏗️ 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.
  • Example and usage instructions in the code comments.

🤝 Contributions

Feel free to fork and enhance the project by adding visualizations, optimizing the algorithm, or exploring iterative solutions!


Star the repo if you find it useful!