Skip to content

NPgreatest/Hanoi-Visble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hanoi-Visible (Qt C++)

A lightweight Qt C++ project that visualizes the classic Tower of Hanoi.

run

Hanoi-Visble\Hanoi\release\Hanoi.exe

Example

Features

  • Supports 2–20 levels
  • Random Mode: simulate the time needed using pure random moves
  • Fast Mode: visualize the optimal recursive solution
  • Adjustable step delay to clearly observe each move
  • Clean, beginner-friendly UI

How It Works

  • Random Mode performs completely random disc moves and measures how long it takes to finish.
  • Fast Mode uses the standard recursive algorithm to show the optimal solution.

Author

Email: [email protected]

Thanks for checking out the project!

About

A lightweight Qt C++ project that visualizes the classic Tower of Hanoi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published