News

graph.hpp → Header file with all Graph functionalities main.cpp → Sample test file using the Graph STL ...
Solves a N-Dimension Puzzle with one of the 4 different path algorithms : Breadth 1st Search, Depth 1st Search, Best 1st Search and A* Search.