MutableGraph
An efficient graph implementation using mutable adjacency lists.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the list of all child nodes of a node in the graph.
Link copied to clipboard
Get the current list of the child map in the graph.
Link copied to clipboard
Get the current map of nodes in the graph.
Link copied to clipboard
Get the list of current nodes in the graph.
Link copied to clipboard
Link copied to clipboard
Reset the state of the child map to match that of the passed map.