trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
185.07k stars 29.85k forks source link

New Alg: Edmonds-Karp – Graphs – Flow Networks #1027

Open TobiasLoader opened 1 year ago

TobiasLoader commented 1 year ago

And a write up for Ford Fulkerson in a readme (FF is a method and Edmonds-Karp an implementation of FF)