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

  1. A.

    Only I

  2. B.

    Only II

  3. C.

    Both I and II

  4. D.

    Neither I nor II

Attempted by 676 students.

Show answer & explanation

Correct answer: D

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…