strongly-connected-graph Questions
9
Solved
I need to check if a directed graph is strongly connected, or, in other words, if all nodes can be reached by any other node (not necessarily through direct edge).
One way of doing this is running...
Horseshoes asked 16/9, 2009 at 18:45
2
Solved
I am trying self-study Graph Theory, and now trying to understand how to find SCC in a graph. I have read several different questions/answers on SO (e.g., 1,2,3,4,5,6,7,8), but I cant find one with...
Mapel asked 8/11, 2015 at 5:11
1
© 2022 - 2024 — McMap. All rights reserved.