CO205 Coursework: Abstract Data-Type Graph


Coursework Specification


Design and implement a program that will create a labelled graph Abstract Data Type containing data representing names of towns, connections between them and distances or cost of travel. For example a road map or flights offered by an airline. You are expected to specify and implement the graph ADT and store it in an include or TPU file.

The program should provide the following facilities:

You are expected to submit the following documentation:


Go To: CO205 Coursework