Skip to content

Simple implementation of the Towers of Hanoi in C# and WinForms

Notifications You must be signed in to change notification settings

DoruApareci/TowersOfHanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Towers Of Hanoi

A simple implementation of the Towers of Hanoi in C#

This is a simple implementation of the Towers of Hanoi in C#. It is a WinForms application that takes a number of disks and solves the puzzle using a recursive algorithm for 3 towers. Also it allows the step-by-step visualization of all the movements performed with the possibility of pausing their progress. This also allows setting the speed between steps when viewing them. The visual part allows viewing up to 15 discs because of the color limitations for them, but the complete solution steps can be viewed on the graphic interface of the app. After forming the solution, the graphic interface also displays the number of steps required to solve the puzzle

About

Simple implementation of the Towers of Hanoi in C# and WinForms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages