Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ tarjans_scc.py
File
tarjans_scc.py
Graphs/tarjans_scc.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
collections
import
deque
2
3
4
def
tarjan(g):
Callers
nothing calls this directly
Calls
2
create_graph
Function · 0.85
tarjan
Function · 0.85
Tested by
no test coverage detected