Class GraphDriver

java.lang.Object
com.javaholics.GraphDriver

public class GraphDriver extends Object
A driver class for the Graph class. Prints the results of a depth-first and breadth-first traversal of a graph.
Author:
Lindsay Kislingbury, Lea Wiranatha
  • Constructor Details

    • GraphDriver

      public GraphDriver()
  • Method Details

    • main

      public static void main(String[] args)