This is a collection of mini projects, which are all about Graph Theory!!!
Search methods, minimum spanning tree, shortest path... and many other interesting things!
Index:
GraphCpp_Dijkstra, a backup of the course C++, with an implementation of Dijkstra under a untypical representation of graph.
ShortestPath, implementations of some algorithms for searching the shortest path.