Skip to content

ugupta62/A-star-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finding shortest path

Remember the origin of the map starts from the upper left corner. The code is set for finding an optimal path in the following map, but one can change the map configurations in int main() function.

experiment_schematic

8 puzzle game

Two heuristics are used to solve the puzzle -

  1. Number of misplaced tiles and
  2. Manhattan distance of each block to the final place of the block in the puzzle.

experiment_schematic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages