Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 176 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 176 Bytes

8puzzle

Artificial Intelligence Program for solving the famous 8 puzzle game using the A* Search Technique.

Uses A Minimum Priority Queue Via a binary heap and Stacks