Skip to content

rckildea/8-Puzzle-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8 Puzzle Solver

Takes a text representation of a traditional 8 Puzzle(s) and finds a solution (defined as the image below) or discovers the puzzle is unsolveable. This program uses a breadth-first search to find a valid solution, and keeps track of visited states using a set. I wrote this program for my Introduction to Artificial Intelligence class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages