FordFulkersonalgoritmen
The Ford-Fulkerson algorithm is a method used to find the maximum flow in a flow network, which is a graph where each edge has a capacity. This algorithm was first described by L. R. Ford and D. R. Fulkerson in 1956. The algorithm works by finding the augmenting paths in the residual graph of the flow network, which is then used to improve the flow in the original graph.
The algorithm starts by initializing the flow in the network to zero. It then repeatedly finds an
The algorithm returns the maximum flow in the network, which is the maximum amount that can be