Description: Solves Magic Square Puzzles using 1 of 4 different algorithms: Breadth-First Search (bfs) Depth-First Search (dfs) A-Star Search (ast) Iteradive deepening A-Star Search (ida) Instructions: To use simply download drivery.py and navigate to the file with a terminal then type: python driver.py Examples: python driver.py ast 1,2,5,3,4,0,6,7,8 python driver.py dfs 1,2,5,3,4,0,6,7,8 Results will be saved into output.txt
-
Notifications
You must be signed in to change notification settings - Fork 0
patrickdamery/magic-square
About
Python script that solves Magic Square puzzles by implementing 1 of 4 different search algorithms.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published