在有向图中,没有入边的节点的名称是什么
这是一个术语问题:
在有向图中,没有任何传入边的节点(root)的名称是什么?
在我的以下示例 (B) 中:
It's a terminology question:
In the directed graph, What's the name of the node which does not have any incoming edge (root)?
In my following example (B):
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我的计算机科学教育中,我记得将像 B 这样仅具有传出边的节点称为“源”,而将像 A 和 D 这样仅具有传入边的节点称为“汇”。
From my CS education, I remember calling nodes like B with only outgoing edges "sources", and nodes like A and D with only incoming edges "sinks".