Solve a sliding 15-puzzle using different search strategies.
-
Updated
Apr 23, 2024 - Python
Solve a sliding 15-puzzle using different search strategies.
Repository contains implementation of exemplary fifteen-puzzle solving techniques supplemented by GH actions testing environment.
"Fifteen puzzles" solver using BFS, DFS, A* algorithms for searching graphs for Artificial Intelligence and Expert Systems course at TUL
Add a description, image, and links to the fifteen-puzzle topic page so that developers can more easily learn about it.
To associate your repository with the fifteen-puzzle topic, visit your repo's landing page and select "manage topics."