Vidyalelo
Data Structure · Q12

Binary Search Trees(B Tree)

Programming · Data Structure · question 12

Q12

Which of the following is NOT a valid operation on a Binary Search Tree?

A.
Sorting elements
Answer
B.
Searching for an element
C.
Inserting a new element
D.
Deleting an existing element

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board