05. 图的拓扑排序知识 #38
utterances-bot
started this conversation in
Comments
Replies: 3 comments
-
求补充🥹 |
Beta Was this translation helpful? Give feedback.
0 replies
-
已更新~~ |
Beta Was this translation helpful? Give feedback.
0 replies
-
我想问下Kahn算法实现代码中使用了collections.deque双端队列,但是后面只是在队列尾部进行添加和删除,这样的话为什么不直接使用普通列表存储所有入度为0的点 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
05.图的拓扑排序知识 | 算法通关手册
图的拓扑排序知识 #
https://algo.itcharge.cn/08.Graph/02.Graph-Traversal/05.Graph-Topological-Sorting/
Beta Was this translation helpful? Give feedback.
All reactions