B 树根部下溢

发布于 2024-10-15 05:36:14 字数 83 浏览 3 评论 0原文

我正在尝试实现 3-4-5-6 树。如果合并导致根只有一个键(下溢),而其子级的键总数大于 5(因此如果全部合并在一起,就会发生下溢),会发生什么情况?

I am trying to implement a 3-4-5-6 Tree. In the event that a merge causes the root to have only one key (underflow) and its children have a total number of key greater than 5 (so if all merged together, an underflow would happen), what should happen?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

翻身的咸鱼 2024-10-22 05:36:14

将根的子节点分开,这样你最终就会得到一个“合法”的根节点和两个“合法”的子节点。

Split the children of the root up so that you end up with a "legal" root node and two "legal" children.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文