Skip to content

patrickdamery/magic-square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

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

No packages published

Languages