Appearance
Ford-Fulkerson algorithm is a greedy algorithm to find a maximum flow among a graph.
Time complexity for this algorithm is O(Efmax)