Starting from:

$25

Create a GraphUMUC generic class _SOLUTION

Create a GraphUMUC <T generic class that can represent a graph data structurewhere eachnode is of type T. Specific requirements include:  Define appropriate methods, including a good toString() method.  Implement depth and breadth first traversal algorithms on a the GraphUMUC<T class defined above.  Use a data file format from the Week 7 Discussions as input to your program.  Generate a variety of graph data files to test your program, using a String datatype.  Generate a variety of graph data files using the class you defined in W1E1.  Extend the GUI interface you have been using for the previous projects in thisclass.  Demonstrate that your program works.

More products