I’m trying to implement the remove method of Binary Search Tree but I’m not able to remove and replace the nodes properly when the removing node has both children. I believe