Neimhin Robinson Gunning [email protected] 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 prog
The testsuite can be compiled with:
cd c++
make testsuite
This implementation does not check if the graph provided is a DAG. It will probably break in certain scenarios where the graph is cyclic.