Skip to main content

6 docs tagged with "b-tree"

View all tags

B-Tree

A B-Tree is a self-balancing tree data structure that maintains sorted data and allows for efficient insertion, deletion, and search operations.

B-Tree Deletion

A comprehensive guide to deleting keys from a B-Tree, covering leaf deletion, internal node deletion, borrowing from siblings, and node merging.

Introduction of B-Tree

A B-tree is a self-balancing tree data structure that maintains sorted data for efficient insertion, deletion, and search operations.

Introduction of Circular

A B-tree is a self-balancing tree data structure that maintains sorted data for efficient insertion, deletion, and search operations.