Posts by kessia • 33 points
1 post
-
3
votes1
answer691
viewsQ: Remove from binary search tree
Studying BST (binary search tree) did not understand some parts of the code in the function delete of "mycodeschool". That part of the code, more specifically: // Case 1: No child if(root->left…