I have a quick question.
The maximum matching problem is an easy problem but not a trivial one. I was wondering that if the bipartite graph was complete, is it a trivial problem?
I think we can just select an arbitrary edge $\{u,v\}$ and remove the vertices $u$ and $v$ from the graph and continue until there is no vertices.