Matching (graph theory)
A matching in a graph is a set of edges that share no endpoints. It is maximal if no edge can be added, and maximum if it has the largest possible size.
Linked from 19 pages
Blossom algorithmNarrower topic: The algorithm enlarges a matching until no larger one exists.
Bipartite graphRelated: Matchings are central structures studied in bipartite graphs.
Edge coloringRelated: Each color class in a proper edge coloring is a matching.
Line graphRelated: A matching in the original graph is an independent set in its line graph.