kalexmills / flownet

Flow network solver implemented in Go; handles max-flow and circulations with node and edge demands via a push-relabel algorithm.
MIT License
2 stars 1 forks source link

FEAT | with adjacency list #3

Closed kalexmills-modo closed 3 years ago

kalexmills-modo commented 3 years ago

For great performance.