Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

B+ tree in C,Java,Python

Open SimranLahrani842 opened this issue 1 year ago • 2 comments

B + tree is a variation of B-tree data structure. In a B + tree, data pointers are stored only at the leaf nodes of the tree. In a B+ tree structure of a leaf node differs from the structure of internal nodes. The leaf nodes have an entry for every value of the search field, along with a data pointer to the record (or to the block that contains this record). The leaf nodes of the B+ tree are linked together to provide ordered access on the search field to the records. Internal nodes of a B+ tree are used to guide the search.Some search field values from the leaf nodes are repeated in the internal nodes of the B+ tree.

SimranLahrani842 avatar Jun 08 '23 14:06 SimranLahrani842

Assigned! @SimranLahrani842 : C, C++, Java & Python

Kumar-laxmi avatar Jun 08 '23 14:06 Kumar-laxmi

I would like to work on this issue, kindly assign this to me.

Tanyamodi avatar Jul 14 '23 05:07 Tanyamodi

Stale issue message

github-actions[bot] avatar Jun 12 '24 16:06 github-actions[bot]