NodeType const& FindNodeWithId(uint id) const;

Arguments

id

uint the id of the node (should be between 0 and M-1, where M is the number of nodes in hte tree).

See also