Multiple choice Which of the following is/are not a true statement(s)? A binary search tree may be empty. In a binary search tree, the left and right subtree of the root are also binary search trees. A binary search tree can be represented using linked list. A binary search tree can be represented using a array. None of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation All of the above are the true statements.