The type of the value stored in the graph.
Constructor for GraphNode.
The nodes adjacent to this one in the graph.
Stores whether a node has been traversed, used in some algorithms.
The value stored in a node.
Gets the connected component of a node in a graph. When called from a child class, the return type of this function will always match whatever the type of neighbors
is.
This function shouldn't be called directly: use getComponent
instead.
The connected component of this
.
Gets the connected component of a node in a graph.
The connected component of this
.
Connects one edge to another. Not meant to be called twice.
The node to link this
to.
Generated using TypeDoc, the 1/31/2021 at 6:18:55 AM
Stores a node in a graph.