fms12/DATA-STRUCTURE-AND-ALGORITHM-IN-PY

Insertion of a key

im45145v opened this issue · 1 comments

i wanna do this function
"Compare the inserting element with root, if less than root, then recurse for left, else recurse for right."

fms12 commented

yes sure