CSC 342.2
Lab 09
Complete the implementation of Network ADT from LEC22.doc
Also write an input operator
Assume that your input file is going to have the total number of vertices on the first line
Each subsequent line will consist of a pair representing an edge
The files you need to create include:
EdgeType.h, EdgeType.cpp (if necessary), network.h, network.cpp
Test the ADT by writing a small driver (lab09.cpp) to test each function