B+ Tree
Term side of the Card
Topic: Tree
Unit title: B+ Tree
Categories: Data structure
Explanation side of the Card
Explanation: The extension of B-tree where all values are stored in the leaf nodes and internal nodes contain keys for guiding searches. Widely used in databases due to fast sequential access.