Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

GustavoSantosCS/8-15Puzzle-Solve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

8-15Puzzle Solve

The system is a CLI program created using Java

To solve 8-15Puzzle, the Search A * using the Manhattan Distance metric was implemented to find a solution. The System uses a Node Generator that feeds a Priority Queue. Taking a Key the result of Manhattan distance formula.

Releases

No releases published

Packages

No packages published

Languages