Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个分支因子 b=10 的 B+ 树。我想放入 n=9000 个项目。我计算高度为 4-6,假设根是满的。
如果我只将根宽度设为 1 个项目,我可以假设我有 2 个 B+ 树,每个树包含 4500 个项目,以获得 5-7 的高度吗?