Skip to content

himanshuj24/8_puzzle_problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

8_puzzle_problem

This project solves the 8 puzzle problem with A star algorithm. Algorithm uses Manhattan Distance and Wrong Tile as the heuristics. Code consists of other uninformed search functions such as Depth First Search, Limited Depth Search, Iterative Deepening. But those functions are commented in the main function and not being used for this project.

About

This code solves the 8 puzzle problem with A star algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages