MIT
21
How fast?
lEasy to perform 1 trial in O(m) time
»just use array of edges, no data structures
lBut need n2 trials: O(mn2) time
lSimpler than flows, but slower