Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Way Of tarjan算法 - cckk's BLOG! 细推物理须行乐,何用浮名绊此身。 #28

Open
cckk4467 opened this issue Dec 30, 2019 · 0 comments

Comments

@cckk4467
Copy link
Owner

http://cckk4467.com/articles/A%20Colorful%20Mouse/The-Way-Of-tarjan%E7%AE%97%E6%B3%95.html#more

tarjan是什么 概念一种用来求解有向图所有的强连通分量的算法 时间复杂度O(N+M) N有向图结点数 M有向图边数 你需要哪些预备知识? 有向图 DFS-深度优先搜索 栈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant