5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
|
= B-tree =
|
||
|
|
||
|
A B-tree is a self balancing tree that maintains sorted data and allows
|
||
|
search, insertion, and deletion in log time
|