Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 188 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 188 Bytes

Sliding-Puzzle-Solver

Est. June 2021 Author: Tony Le

Given the size n, initial state, and search method, you can solve a sliding puzzle through the use of BFS, DFS, GBFS, and/or AStar.