Exercise: Maximum Matchings in Bipartite Graphs
Test your understanding of how to find a maximum matching in a bipartite graph using the Ford-Fulkerson algorithm.
We'll cover the following...
The task at hand
Grab some paper and a pen and use the Ford-Fulkerson algorithm to find a maximum matching in the ...