Skip to content

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

Notifications You must be signed in to change notification settings

rosalierazonable/CMSC170_MP1

Repository files navigation

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages