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.
- Host: GitHub
- URL: https://github.com/shamim-akhtar/8puzzle
- Owner: shamim-akhtar
- License: mit
- Created: 2019-05-12T07:11:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T00:19:08.000Z (over 3 years ago)
- Last Synced: 2025-04-23T14:13:39.069Z (3 days ago)
- Language: C++
- Homepage: https://faramira.com/solving-8-puzzle-problem-using-a-star-search-in-c/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0