B-Trees

Home > Computer Science > Algorithms and data structures > Tree Algorithms > B-Trees

Similar to binary search trees, but nodes can have multiple children to more efficiently store data on disk.