Define b-tree of order m?



Define b-tree of order m?..

Answer / Komal Devi

A B-tree of order m is a self-balancing tree data structure, used where you need to insert, delete, or search for keys efficiently in large sets. It supports keys and a pointer to a child node for each node. The key count in the nodes ranges from (m/2)-1 to 2*(m/2)-1.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is the height of an empty tree?

1 Answers  


Is it legal to initialize list like this?

1 Answers  


create an singly linked lists and reverse the lists by interchanging the links and not the data?

13 Answers   Microsoft, TCS,


What do you mean by hash function?

1 Answers  


Mention the data structures which are used in graph implementation.

1 Answers  


For which header list, the last node contains the null pointer?

1 Answers  


Are sets sorted?

1 Answers  


Explain about map and their types?

1 Answers  


In what areas do data structures applied?

1 Answers  


Do sets allow duplicates?

1 Answers  


Which collection class is thread safe?

1 Answers  


Why is waste sorting important?

1 Answers  


Categories