Setting up a Graph

Due Tuesday, April 12

Write the classes needed to implement a graph and a test program that will read in a graph, compute the in-degree of each vertex in the graph and print out the graph, and print out each vertex and its in-degree.

Some Requirements and Assumptions:

Classes

You must implement the following classes. For now these will be very basic.

Hand In

Tar or zip your directory with all files and send it to me.