Mini-C++ Lab
Univeristy of Milan 

Code written (by students) in class.

Build it simply with
g++ *.cpp -o myproject
(then execute myproject)

This one computes the shortest path Dijstkra for a general graph,
and reports the found path on an image.
