An open API service indexing awesome lists of open source software.

https://github.com/shamim-akhtar/8puzzle

In this tutorial, we will solve the 8 puzzle problem using a variety of algorithms, from breadth-first search to depth-first search and from greedy best-first search to A* search. We will then implement these algorithms in C++ and C#, test out the results and finally implement the A* search algorithm in Unity as a game.
https://github.com/shamim-akhtar/8puzzle

Last synced: 3 days ago
JSON representation

In this tutorial, we will solve the 8 puzzle problem using a variety of algorithms, from breadth-first search to depth-first search and from greedy best-first search to A* search. We will then implement these algorithms in C++ and C#, test out the results and finally implement the A* search algorithm in Unity as a game.

Awesome Lists containing this project