Adds a value to the tree, automatically inserting a new node in the correct location to keep the tree sorted.
value to add
pointer to newly added node
See Implementation
Adds a value to the tree, automatically inserting a new node in the correct location to keep the tree sorted.