1. Tell whether the graph is bipartite, and if so, give disjoint sets of vertices V1 and
V2 so that every edge joins a vertex of V1 to a vertex of V2
2. Give a maximum matching for each of the three graphs below:
See Attachment.
Tell whether the graph is bipartite....
This works with determining if a graph is bipartite, as well as matchings on graphs.