Which statement is correct regarding binary search tree? I. The value at node…
2021
Which statement is correct regarding binary search tree?
I. The value at node N is less than every value in the left subtree of node.
II. The value at node N is greater than or equal to every value in the right subtree of N.
Answer: D. Neither I nor II
- A.
Only I
- B.
Only II
- C.
Both I and II
- D.
Neither I nor II
Attempted by 676 students.
Show answer & explanation
Correct answer: D
Loading lesson…