Vidyalelo
Data Structure · Q101

Binary Search Trees(B Tree)

Programming · Data Structure · question 101

Q101

What is a splay operation?

A.
moving parent node to down of child
B.
moving a node to root
Answer
C.
moving root to leaf
D.
removing leaf node

Answer: Option B

Solution

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