Finding big matchings in planar graphs quickly

Abstract

It is well-known that every n-vertex planar graph with minimum degree 3 has a matching of size at least n3. But all proofs of this use the Tutte-Berge-formula for the size of a maximum matching. Hence these proofs are not directly algorithmic, and to find such a matching one must apply a general-purposes maximum matching algorithm, which has run-time O(n1.5α(n)) for planar graphs. In contrast to this, this paper gives a linear-time algorithm that finds a matching of size at least n3 in any planar graph with minimum degree 3.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…