uint FindIdOfParent(uint id_child) const;

Arguments

id_child

uint, the id of the child node.

Value

an uint from 0 to M-1, where M is the number of nodes in the tree.

See also