You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MxN Sliding puzzles solver implementing BFS, DFS, and A star (including Manhattan and Hamming heuristics) algorithms. Python code fully type annotated, using MypyC for building external C extensions for runtime performance.