Package aud.example.graph
Class GraphP88
java.lang.Object
aud.graph.AbstractGraph<Node,Edge>
- All Implemented Interfaces:
Graphvizable
,GraphvizDecorable
,Iterable<MyNode>
undirected (weighted or unweighted )example graph
(Sedgewick, Algorithms in Java. Part 5: Graph Algorithms.
3rd ed. p88)
-
Nested Class Summary
Nested classes/interfaces inherited from class aud.graph.AbstractGraph
AbstractGraph.Edges
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class aud.example.graph.MyGraph
getAbstractGraph, getDecorator
Methods inherited from class aud.graph.GraphAM
addEdge, addNode, check, check, getEdge, getEdgeIterator, getInEdges, getNumNodes, getOutEdges, getSomeNode, isDirected, iterator, removeEdge, removeNode
Methods inherited from class aud.graph.AbstractGraph
edges, ensureEdge, getDegree, getInDegree, getOutDegree, toDot, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GraphP88
public GraphP88(boolean weighted) -
GraphP88
public GraphP88()
-
-
Method Details
-
main
-