initNodeParents method
Set parent references for all nodes.
Must be called after building the graph.
Implementation
void initNodeParents() {
_initNodeParentsRecursive(root, null);
}
Set parent references for all nodes.
Must be called after building the graph.
void initNodeParents() {
_initNodeParentsRecursive(root, null);
}