Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 367 Bytes

CMSC170_MP1

Machine Problem 1 in Computer Science 170: Introduction to Artificial Intelligence

Problem

Given a 3x3 | 8 Puzzle, use A* Algorithm to solve it.

Heurestic Value

The Heurestic value used in this problem is the total of the Manhattan Distance

Data Structure/s

  • Vector List
  • Map
  • N-ary Tree (Left Child - Right Sibling Representation)