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 does a construct a graph from an image,
and sets up a class for a Dijstkra.
