Skip to content

Solving Towers of Hanoi game using uninformed search algorithms. (B.Sc. course work)

License

Notifications You must be signed in to change notification settings

ahmedibrahimq/ToH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 30, 2019
dba08a5 · Aug 30, 2019

History

4 Commits
Aug 14, 2019
Aug 14, 2019
Aug 14, 2019
Aug 10, 2019
Aug 14, 2019
Aug 10, 2019
Aug 30, 2019

Repository files navigation

ToH

Solving Towers of Hanoi game using uninformed search.
Path Cost = 2n - 1
Number of states = 3n where n is the number of disks.

Initial State Successor Function
initial state 111 move top near rightmove top far right
initial state 231 331131211
Goal Test Goal Test

Actions

Direction Near Far
To right near right far right
To lift near lift far lift

States Tree in Depth 2

States Tree in Depth 2

This solution is inspired by Dr. Sara El-Sayed El-Metwally blog posts about AI.

References

About

Solving Towers of Hanoi game using uninformed search algorithms. (B.Sc. course work)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages