algorithm - 有人知道 B-Tree 的名字是怎么来的吗?

标签 algorithm b-tree

我正在阅读 CLRS 并正在研究 B-Tree。

CLRS 声称 B-Tree 命名尚不清楚:[Bayer, McCreight, 1972] 没有提供 B-Tree 被命名为“B-Tree”的原因。

我还没有进一步调查这个问题...但是有人知道原因吗? :)

最佳答案

这似乎是我能找到的最接近答案的:

The origin of "B-tree" has never been explained by the authors. As we shall see, "balanced," "broad," or "bushy" might apply. Others suggest that the "B" stands for Boeing. Because of his contributions, however, it seems appropriate to think of B-trees as "Bayer"-trees.

-- http://en.wikipedia.org/wiki/B-Tree#Etymology

关于algorithm - 有人知道 B-Tree 的名字是怎么来的吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2263858/

相关文章:

python - 在 gensim 中使用 Latent Dirichlet 分配算法进行聚类

c++ - B+树节点实现

algorithm - 将 Btrees 保存到磁盘文件并读取它

data-structures - 2阶B树是满二叉树吗?

database - 为什么跳过列表在数据库中不如 B+ 树更受青睐?

c++ - 一种通过 ID 访问并查找加权随机项的高效数据结构

algorithm - 比奈公式的运行时间

algorithm - 在 FORTRAN 90 中编程 Cholesky 分解时出错

python - 使用 Python 查找隐式函数的根

MySQL如何创建正确的索引