English

Finding Triangles and Other Small Subgraphs in Geometric Intersection Graphs

Computational Geometry 2022-11-11 v1 Data Structures and Algorithms

Abstract

We consider problems related to finding short cycles, small cliques, small independent sets, and small subgraphs in geometric intersection graphs. We obtain a plethora of new results. For example: * For the intersection graph of nn line segments in the plane, we give algorithms to find a 3-cycle in O(n1.408)O(n^{1.408}) time, a size-3 independent set in O(n1.652)O(n^{1.652}) time, a 4-clique in near-O(n24/13)O(n^{24/13}) time, and a kk-clique (or any kk-vertex induced subgraph) in O(n0.565k+O(1))O(n^{0.565k+O(1)}) time for any constant kk; we can also compute the girth in near-O(n3/2)O(n^{3/2}) time. * For the intersection graph of nn axis-aligned boxes in a constant dimension dd, we give algorithms to find a 3-cycle in O(n1.408)O(n^{1.408}) time for any dd, a 4-clique (or any 4-vertex induced subgraph) in O(n1.715)O(n^{1.715}) time for any dd, a size-4 independent set in near-O(n3/2)O(n^{3/2}) time for any dd, a size-5 independent set in near-O(n4/3)O(n^{4/3}) time for d=2d=2, and a kk-clique (or any kk-vertex induced subgraph) in O(n0.429k+O(1))O(n^{0.429k+O(1)}) time for any dd and any constant kk. * For the intersection graph of nn fat objects in any constant dimension dd, we give an algorithm to find any kk-vertex (non-induced) subgraph in O(nlogn)O(n\log n) time for any constant kk, generalizing a result by Kaplan, Klost, Mulzer, Roddity, Seiferth, and Sharir (1999) for 3-cycles in 2D disk graphs. A variety of techniques is used, including geometric range searching, biclique covers, "high-low" tricks, graph degeneracy and separators, and shifted quadtrees. We also prove a near-Ω(n4/3)\Omega(n^{4/3}) conditional lower bound for finding a size-4 independent set for boxes.

Keywords

Cite

@article{arxiv.2211.05345,
  title  = {Finding Triangles and Other Small Subgraphs in Geometric Intersection Graphs},
  author = {Timothy M. Chan},
  journal= {arXiv preprint arXiv:2211.05345},
  year   = {2022}
}

Comments

To appear in SODA 2023

R2 v1 2026-06-28T05:34:18.625Z