What is B+ tree?

Answer Posted / amit patra

In a B+ tree all keys which are in non leaf node will point to
next leaf, So we can traverse sequentially also.

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the applications of priority queues?

516


Provide an algorithm to reverse a linked list without using recursion.

509


Why do we use linked lists?

463


Explain the common uses of threaded binary tree.

580


Can a stack be described as a pointer? Explain.

442






What do you mean by level of the tree?

558


Explain binary representation?

483


Can arraylist hold duplicates?

472


How do you determine if a binary tree is height balanced?

504


Which is better hashmap or hashtable?

455


What is a data structure? What are the types of data structures? Briefly explain them

529


Tell me how to find middle element of linked list in one pass?

506


Explain recursive function & what is the data structures used to perform recursion?

606


Is quicksort faster than merge sort?

467


Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential

683