为什么我们在集群网络中使用k-范数树

发布于 2025-01-08 18:54:27 字数 40 浏览 0 评论 0原文

为什么网络拓扑中需要k-nomial树,它在广播方面比二叉树更快?

Why do we need k-nomial tree in network topology, it's faster than binary tree in terms of broadcast?

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

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

发布评论

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

评论(1

韬韬不绝 2025-01-15 18:54:27

如果你在二叉树上进行广播,那么根在发送了两条消息后就处于空闲状态。在二项式树中,根有两个以上的邻居(而树的深度保持不变),因此节点在广播完成之前不会变得空闲。

If you do a broadcast on a binary tree, the root is idle after he sent two messages. In a binomial tree, the root has more than two neighbours (while the depth of the tree remains the same), therefore nodes don't become idle before the broadcast is finished.

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