Question:Consider this binary search tree. Which will be the new root if you remove the root and replace it with something from the left subtree?
A 1 B 2 C 4 D 5
+ AnswerD
+ Report