Sliding Puzzle solver and utilities
-
Updated
Jan 21, 2024 - Python
Sliding Puzzle solver and utilities
Solving the sliding tiles puzzled using bdf, iddfs, gbfs and a*
A Python project that solves grid navigation with DFS, BFS, IDDFS, GBFS, UCS, and A* searches. Includes CLI metrics and a tkinter visualizer that shows frontier/visited/solution cells as the search runs.
Examples of uninformed (iddfs), infromed (a-star) and local (beam) search.
Add a description, image, and links to the iddfs topic page so that developers can more easily learn about it.
To associate your repository with the iddfs topic, visit your repo's landing page and select "manage topics."