Vidyalelo
Data Structure · Q275

Binary Search Trees(B Tree)

Programming · Data Structure · question 275

Q275

How will you remove a left horizontal link in an AA-tree?

A.
by performing right rotation
Answer
B.
by performing left rotation
C.
by deleting both the elements
D.
by inserting a new element

Answer: Option A

Solution

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