Skip to content

Implementation of the 8-Puzzle problem using A* Search Algorithm

Notifications You must be signed in to change notification settings

NiharG15/8-Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

8-Puzzle

This is an implementation of the 8-Puzzle problem using the A* Search Algorithm created as a part of a college assignment.

It has been tested with Python 3.6.

Run

Execute the following command to run the program.

python3 Main.py

Preview

asciicast

About

Implementation of the 8-Puzzle problem using A* Search Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages