Python program to solve 15 puzzle.
Solution found using A_Star search algorithm and two different heuristics. The heuristics are:
- Misplaced Tiles Heuristic.
- Manhattan Heuristic.
Done as part of AI Sessional Offline. Input/Output format can be found in specifications folder.