Machine Problem 1 in Computer Science 170: Introduction to Artificial Intelligence
Given a 3x3 | 8 Puzzle, use A* Algorithm to solve it.
The Heurestic value used in this problem is the total of the Manhattan Distance
- Vector List
- Map
- N-ary Tree (Left Child - Right Sibling Representation)