CSCI-C 243 Lab 6
Graphs
Due date: 2012 Dec 3
64 points
Due date: 2012 Dec 3
64 points
Last chance to turn in for credit: 2012 Dec 10.
Vertex and
Graph classes in the
provided file Graph.java
to make an adjacency-list graph representation.
You will need to use some collection classes,
and I recommend using those of the Java Collections Framework
found in the java.util package.
*Sketching: You may either sketch the graph on a sheet of paper and scan it, or sketch it using a computer drawing program such as GIMP or Inkscape. PDF, PNG, and JPEG files are acceptable. Do not turn in any files in a proprietary format. Ask the instructor if you are in doubt.
Files:
You'll need to modify the file Graph.java. The other two files should not need any changes.