You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to show the connectedness of an oriented graph, whether it's simply connected, semi-strongly connected, or strongly connected, through the algorithm of ConnectedComponents, I'm only able to see if it's disconnected if getConnectedComponentsCount == 0 or simply connected if getConnectedComponentsCount == 1 has any method to see if it is semi-strongly connected or strongly connected?
The text was updated successfully, but these errors were encountered:
I'm trying to show the connectedness of an oriented graph, whether it's simply connected, semi-strongly connected, or strongly connected, through the algorithm of ConnectedComponents, I'm only able to see if it's disconnected if getConnectedComponentsCount == 0 or simply connected if getConnectedComponentsCount == 1 has any method to see if it is semi-strongly connected or strongly connected?
The text was updated successfully, but these errors were encountered: