How fast?
l Easy to perform 1 trial in O(m) time
» just use array of edges, no data structures
l But need n2 trials: O(mn2) time
l Simpler than flows, but slower