Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 295 Bytes

AngelicaPuzzle

A search algorithm designed to solved the Angelica Puzzle. Puzzle listed here (http://jnsilva.ludicum.org/HMR13_14/536.pdf) (page 136).

Implements A* with manhattan and misplaced letters heuristics.

This project was implemented for CS205 at UCR (Artificial Intelligence).