1. (25) [Maximum bipartite matching] Given the bipartite graph shown below, solve the problem of finding a maximum matching by reducing the problem to a maximum flow finding problem. Specifically, (a) show the resulting flow network and residual graph after finding the maximum flow. The flow network should show on every edge the flow value assigned and the capacity (e.g., flc) and the residual graph should show on every edge the residual capacity. Additionally, (b) state in
OR
OR