DirectedAcyclicGraph
A class which represents a simple directed acyclic graph.
Parameters
<T>
Class for the data objects of this graph.
Functions
Link copied to clipboard
Get any incoming edges from the given node.
Link copied to clipboard
Get any outgoing edges for the given node (i.e.
Link copied to clipboard
Returns a topologically sorted list of the nodes in this graph.
Link copied to clipboard
Checks whether we have any outgoing edges for the given node (i.e.