...
UGC NET CS 2012 June-Paper2
April 14, 2024
UGC NET CS 2012 June-Paper2
April 14, 2024
UGC NET CS 2012 June-Paper2
April 14, 2024
UGC NET CS 2012 June-Paper2
April 14, 2024

UGC NET CS 2012 June-Paper2

Question 8
A binary search tree is a binary tree :
A
All items in the left subtree are less than root
B
All items in the right subtree are greater than or equal to the root
C
Each subtree is itself a binary search tree
D
All of the above
Question 8 Explanation: 
Binary search tree properties:
1. All items in the left subtree are less than root
2. All items in the right subtree are greater than or equal to the root
3. Each subtree is itself a binary search tree
Correct Answer: D
Question 8 Explanation: 
Binary search tree properties:
1. All items in the left subtree are less than root
2. All items in the right subtree are greater than or equal to the root
3. Each subtree is itself a binary search tree

Leave a Reply

Your email address will not be published. Required fields are marked *