简单的问题 - 这是一个循环吗?

发布于 2024-11-15 18:47:20 字数 105 浏览 2 评论 0 原文

我有一个有向图。下面是循环吗?循环中的箭头是否有特定方向?

在此处输入图像描述

I have a directed graph. Is the following a cycle? Do the arrows have a specific direction in a cycle?

enter image description here

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

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

发布评论

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

评论(2

↙厌世 2024-11-22 18:47:20

这不是一个定向循环。但是,如果您允许考虑底层无向图(通过忘记边的方向),则存在一个无向循环。这完全取决于您对哪个类别感兴趣!

It is not a directed cycle. However, if you permit consideration of the underlying undirected graph (by forgetting the orientations of the edges), then there is an undirected cycle. It all depends on which category you're interested in!

贵在坚持 2024-11-22 18:47:20

不,这不是一个循环。请记住,循环是一条闭合路径。然后最终顶点与初始顶点匹配。在这里,你没有封闭的道路......

No, it isn't a cycle. Remember that a cycle is a closed path. Then the final vertex match with the initial vertex. Here you don't have a closed path...

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