Multiple choice

Which of the following is/are not a true statement(s)?

  1. A binary search tree may be empty.

  2. In a binary search tree, the left and right subtree of the root are also binary search trees.

  3. A binary search tree can be represented using linked list.

  4. A binary search tree can be represented using a array.

  5. None of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All of the above are the true statements.