Vidyalelo
Data Structure · Q192

Binary Search Trees(B Tree)

Programming · Data Structure · question 192

Q192

What are the operations that could be performed in O(logn) time complexity by red-black tree?

A.
insertion, deletion, finding predecessor, successor
Answer
B.
only insertion
C.
only finding predecessor, successor
D.
for sorting

Answer: Option A

Solution

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