Adds an arc in the node.
Returns an arc from the node.
The arc to return.
Returns all the arcs of the node.
The node arcs.
Checks if there is an arc in the node.
Removes an arc from the node.
Returns the number of the arcs of the node.
The number of the node arcs.
Generated using TypeDoc
The Node class contains the methods to add, remove and modify the arcs of the node in a constant time. Each node contains id, balance and a map of outgoing arcs.