8-puzzle assignment written in C++ Takes in a 3 x 3 puzzle and can run three different search algorithms to find solution to given puzzle. Uniform cost search, A* (w/ misplaced tile heuristic) and A* (w/ Manhattan distance heuristic).
8puzzle-HremixTuples.cpp is the final working code.
Plotted data of algorithms can be seen here: https://docs.google.com/spreadsheets/d/1hgbNBkAJUJoDui2_eH0rUwok-TDo7qUQkLqjov_unTA/edit?usp=sharing