Question

Which data structure is used for efficiently implementing dynamic sets and supports operations like insert, delete, minimum, maximum, predecessor, and successor?

 

A Hash table Correct Answer Incorrect Answer
B AVL tree Correct Answer Incorrect Answer
C Splay tree Correct Answer Incorrect Answer
D B-tree Correct Answer Incorrect Answer

Solution

B-tree

Practice Next

Relevant for Exams:

×
×