Status: Tags: #cards/cmpt225/dataStructures Links: Data Structures
B-Tree
Principles
Characteristics ?
- External data collection that organizes its blocks (B) into an m-way search tree
Data Collection
Used to organize index files as unlimited amount of pointer lessens depth of tree
- keys are index records
- m pointers for index file block #videoidea/obsidian
- contains root of subtrees
M-Way Search Tree
Diagram
m = 4 tree
K = m-1, search key values in tree, sorted in ascending
References:
Created:: 2022-04-06 23:53