Software Engineering KB

Home

❯

01 Foundations

❯

00 Data Structures

❯

02 Sub Concept

❯

B Trees

B-Trees

Feb 10, 20261 min read

  • property
  • trees
  • balanced
  • databases

B-Trees

← Back to Self-Balancing Trees

Generalized balanced search tree where nodes can have many children. Optimized for systems that read/write large blocks of data. Keeps tree shallow to minimize disk I/O. Foundational for database indexing (see Relational Databases).

property trees balanced databases


Graph View

Backlinks

  • Self-Balancing Trees

Created with Quartz v4.5.2 © 2026

  • GitHub