You and your partner will write a generic directed weighted Graph class in C++17.
Details of assignment can be found at https://cgi.cse.unsw.edu.au/~cs6771/19T2/assignments/dg/index.html.
The files to be worked on are in assignments/dg/.
Run buil_and_run.sh. Requires bazel.
NOTE: To compile for small unit files:
g++ -std=c++17 file_name.cpp
./a.outUpdate: Assignment has been submitted.