Vidyalelo
Data Structure · Q20

Trees in Data Structures

Programming · Data Structure · question 20

Q20

Which type of binary tree is specifically designed to store key-value pairs and supports efficient search, insertion, and deletion operations?

A.
AVL Tree
B.
Red-Black Tree
C.
B-Tree
Answer
D.
Splay Tree

Answer: Option C

Solution

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