Skip to content

An application that uses A* algorithm and uniform cost search to solve 8-puzzle.

Notifications You must be signed in to change notification settings

TrueSepehr/8-Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8-Puzzle

An application that uses A* algorithm and Uniform cost search to solve 8-puzzle.

Java FX has also been used to design a simple UI where you can select algorithms and test cases and view problem-solving steps.

This is a university project for artificial intelligence course.

Images