VictorXjoeY / Notebook

Notebook used for competitive programming!
11 stars 2 forks source link

Improve Edmonds-Karp #8

Closed VictorXjoeY closed 5 years ago

VictorXjoeY commented 5 years ago

Make the BFS actually be O(V + E) and write comments.