Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ dinic.py
File
dinic.py
graphs/dinic.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
INF = float(
"inf"
)
2
3
4
class
Dinic:
Callers
nothing calls this directly
Calls
3
Dinic
Class · 0.85
max_flow
Method · 0.80
add_edge
Method · 0.45
Tested by
no test coverage detected