Mini-C++ Lab
Univeristy of Milan 
(Marco Tarini 2026)

Code written by students in class.

To build: simply
g++ *.cpp -o myproject
(then execute myproject).
Make sure the input file is where the exectuable is.

Today's lab optimizes Dijstkra by using a heap, and with A*,
so it can be run on a much bigger graph 
(which, here, is imported from an image).

