...
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
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x