A sliding block puzzle, whose solution is found using A* Search.
-
Updated
Jan 27, 2019 - C++
A sliding block puzzle, whose solution is found using A* Search.
A visualiser that shows how different *pathfinding algorithms* find a path.
According to the Six Degrees of Kevin Bacon game, anyone in the Hollywood film industry can be connected to Kevin Bacon within six steps, where each step consists of finding a film that two actors both starred in. We find the shortest path between any two actors by choosing a sequence of movies that connects them
Add a description, image, and links to the path-cost topic page so that developers can more easily learn about it.
To associate your repository with the path-cost topic, visit your repo's landing page and select "manage topics."