Edmonds' algorithm

ID: edmonds-algorithm

Edmonds' algorithm, also known as the Edmonds-Karp algorithm when referring to its application in finding maximum flows in networks, is a method used to solve the maximum cardinality matching problem in a bipartite graph. The algorithm is significant in combinatorial optimization and has applications in various fields such as operations research, computer science, and economics.

New to topics? Read the docs here!