Computing (FOLDOC) dictionary
Jump to user comments
The "B" in B-tree has never been officially defined. It could
stand for "balanced" or "Bayer", after one of the original
designers of the algorithms and structure. A B-tree is _not_
A B+-tree (as used by
IBM's
VSAM) is a B-tree where the
leaves are also linked sequentially, thus allowing both fast
[Knuth's Art of Computer Programming].
[Example algorithm?]
(2000-01-10)