简单的问题 - 这是一个循环吗?
我有一个有向图。下面是循环吗?循环中的箭头是否有特定方向?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我有一个有向图。下面是循环吗?循环中的箭头是否有特定方向?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这不是一个定向循环。但是,如果您允许考虑底层无向图(通过忘记边的方向),则存在一个无向循环。这完全取决于您对哪个类别感兴趣!
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!
不,这不是一个循环。请记住,循环是一条闭合路径。然后最终顶点与初始顶点匹配。在这里,你没有封闭的道路......
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...