Skip to content

Templated, directed, weighted graph class in C++17

Notifications You must be signed in to change notification settings

SaeedBaig/comp6771_ass3

Repository files navigation

comp6771_ass3

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.

Navigating the code

The files to be worked on are in assignments/dg/.

Building & running

Run buil_and_run.sh. Requires bazel.

NOTE: To compile for small unit files:

g++ -std=c++17 file_name.cpp
./a.out

Update: Assignment has been submitted.

About

Templated, directed, weighted graph class in C++17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages