Instructions:
• Use the BST Remove algorithm to remove values as they are shown at the top.• Starting at the root node, trace the path to the highlighted node (node to be deleted).• Once the highlighted node is clicked, it will be deleted.• If the deleted node was a leaf node, you may move on to the next value.• If the deleted node had children, you must select the child to replace the node.
Score: / , Points remaining: , Points lost: