Skip to content

Momonan0412/CS313-Tower-Of-Hanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This project is about creating a program that automatically solves the Tower of Hanoi puzzle for 1 to 6 discs. I also made a finite state machine (NFA) diagram to model how the solution works. Using an iterative approach helped me clearly visualize the steps and state changes in the puzzle. This method provides a simple, step-by-step view of how the puzzle is solved, combining problem-solving with automata theory.

python -m http.server 8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published