A-star Algorithm

Three problems to solve: [farmer, goat, wolf cabbage puzzle] (https://www.mathsisfun.com/puzzles/farmer-crosses-river-solution.html),8 tile puzzle, and the water jug problem.

This project was done for an introductory class to artificial intelligence. For the 8-puzzle specifically, there are three different heuristics used to see which is most effective.

See the code on GitHub here.