B 树中的最大后代数

发布于 2024-08-27 04:51:59 字数 37 浏览 4 评论 0原文

如果您知道 B 树的顺序,您如何计算出页面中后代的最大数量?

If you know the order of a B-tree, how do you figure out the maximum number of descendants from a page?

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

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

发布评论

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

评论(2

旧人九事 2024-09-03 04:51:59

后代的最大数量就是节点中的点数,因为每个指针都指向一个后代。

The maximum number of descendants is just the number of points in the node, since each pointer points to a descendant.

却一份温柔 2024-09-03 04:51:59

这取决于该页面下方的当前深度,然​​后它只是算术。

It depends on the current depth below that page, then it's just arithmetic.

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