Efficient algorithms for maximum induced matching problem in permutation and trapezoid graphs
Abstract
We first design an O(n2) solution for finding a maximum induced matching in permutation graphs given their permutation models, based on a dynamic programming algorithm with the aid of the sweep line technique. With the support of the disjoint-set data structure, we improve the complexity to O(m + n). Consequently, we extend this result to give an O(m + n) algorithm for the same problem in trapezoid graphs. By combining our algorithms with the current best graph identification algorithms, we can solve the MIM problem in permutation and trapezoid graphs in linear and O(n2) time, respectively. Our results are far better than the best known O(mn) algorithm for the maximum induced matching problem in both graph classes, which was proposed by Habib et al.
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.