Question:A binary search tree is generated by inserting the following integers in the order: 50,15,62,5,20,58,91,3,8,37,60,24. How many nodes are in the left and right subtrees, respectively?
A (4,7) B (7,4) C (8,3) D (3,8)
+ AnswerB
+ Report