Class GraphP88

All Implemented Interfaces:
Graphvizable, GraphvizDecorable, Iterable<MyNode>

public class GraphP88 extends MyGraph
undirected (weighted or unweighted )example graph (Sedgewick, Algorithms in Java. Part 5: Graph Algorithms. 3rd ed. p88)
  • Constructor Details

    • GraphP88

      public GraphP88(boolean weighted)
    • GraphP88

      public GraphP88()
  • Method Details

    • main

      public static void main(String[] args)