item to be add
true if the node as been added, false otherwise
Return the minimum value in a subtree
the value of the node
Return wether the current node has a left child node
true if the node as a left node, false otherwise
Return wether the current node has a right child node
true if the node as a right node, false otherwise
remove a node
parent element
item to be removed
true if the node as been removed, false otherwise
Generated using TypeDoc
add a node