Neimhin Robinson Gunning nrobinso@tcd.ie Student Number: 16321701
g++ (Any other c++ compiler will probably work, but they are not specified in the makefile)
The normal program can be compiled with:
cd c++
make progThe testsuite can be compiled with:
cd c++
make testsuiteThis implementation does not check if the graph provided is a DAG. It will probably break in certain scenarios where the graph is cyclic.