Vidyalelo
Data Structure · Q37

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 37

Q37

What is the time complexity for deleting a node in an AVL tree?

A.
O(1)
B.
O(log2 n)
C.
O(log n)
Answer
D.
O(n)

Answer: Option C

Solution

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