B+ Trees

Similar to B Trees in the following ways

In B+ trees all the key-value pairs are in the leaves

More keys can fit in interior nodes

  • Shorter and wider

Pasted image 20231210202430.png

Leaves are also connected as a linked list

For B+ tree with n items, all operations are O(logn)