DATA-STRUCTURE-AND-ALGORITHM-IN-PY
DATA-STRUCTURE-AND-ALGORITHM-IN-PY copied to clipboard
Insertion of a key
i wanna do this function "Compare the inserting element with root, if less than root, then recurse for left, else recurse for right."
yes sure