Tower of Hanoi Visualizer is a C# application that allows you to interactively visualize and solve the Tower of Hanoi puzzle.
The Tower of Hanoi is a classic puzzle that involves moving a stack of disks from one peg to another while obeying certain rules. This visualizer helps you understand and solve the puzzle step by step.
- Interactive visualizer to see the Tower of Hanoi puzzle in action.
- Step-by-step solution with explanations.
- Customizable number of disks and speed of animation.
- Educational tool for learning the Tower of Hanoi algorithm.
- Clone or download the project from GitHub.
- Open the project in Visual Studio.
- Build and run the application.
- Launch the Tower of Hanoi Visualizer.
- Select the number of disks and animation speed.
- Click the "Start" button.
- Follow the on-screen instructions to visualize the puzzle and its solution.