我该如何解决克鲁斯卡尔的工会问题

发布于 2024-11-09 12:00:13 字数 59 浏览 0 评论 0原文

我尝试过浏览该图并将某个 ID 的每个实例更改为更新的 ID,但它仍然导致循环。 非循环解的计划是什么?

I have tried going through the graph and changing every instance of some ID into a newer ID and it still led to a cycle.
What is plan to solve for an acyclic solution?

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

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

发布评论

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

评论(1

等数载,海棠开 2024-11-16 12:00:13

在克鲁斯卡尔算法中添加新边时,永远不应该出现循环。如果您要添加一条将同一组件连接到其自身的边,则可以跳过该边。您将永远得到循环,因为它不是最小生成

You should never get cycles when adding new edges in the Kruskal's algorithm. If you are adding an edge that connects the same component to itself, you skip that edge. You will never get cycles because it won't be a minimal spanning tree

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