Max Flow Algorithm
Posted on April 28th, 2025
While working on a school project I came across the Max Flow algorithm. This algorithm takes a graph data structure that represents a network that has a capacity along each edge and finds the configuration of the graph that maximizes the flow of the whole graph by pushing flow along the graph.Read more...