Skip to content

A puzzle-solving algorithm using breadth-first search and Hashmap. Takes a txt file with a 3x3 matrix of unsorted numbers (including one blank space) and sorts them out.

Notifications You must be signed in to change notification settings

bmetea/NinePuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NinePuzzle

A puzzle-solving algorithm using breadth-first search and Hashmap. Takes a txt file with a 3x3 matrix of unsorted numbers (including one blank space) and sorts them out.

Use Driver3.java to run the program. Use data.txt to supply a 3x3 matrix of numbers for the program to solve (must include one zero).

About

A puzzle-solving algorithm using breadth-first search and Hashmap. Takes a txt file with a 3x3 matrix of unsorted numbers (including one blank space) and sorts them out.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages