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
1、Should the Tarjan algorithm be attributed to DirectedGraph or UndirectedGraph?
2、Can the Tarjan algorithm actually compute the connected components of UndirectedGraph, not just the strongly connected components of DirectedGraph?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
1、Should the Tarjan algorithm be attributed to DirectedGraph or UndirectedGraph?
2、Can the Tarjan algorithm actually compute the connected components of UndirectedGraph, not just the strongly connected components of DirectedGraph?
Beta Was this translation helpful? Give feedback.
All reactions