English

An Algorithm for the Graph Crossing Number Problem

Data Structures and Algorithms 2010-12-02 v1 Computational Geometry

Abstract

We study the Minimum Crossing Number problem: given an nn-vertex graph GG, the goal is to find a drawing of GG in the plane with minimum number of edge crossings. This is one of the central problems in topological graph theory, that has been studied extensively over the past three decades. The first non-trivial efficient algorithm for the problem, due to Leighton and Rao, achieved an O(nlog4n)O(n\log^4n)-approximation for bounded degree graphs. This algorithm has since been improved by poly-logarithmic factors, with the best current approximation ratio standing on O(n\poly(d)log3/2n)O(n \poly(d) \log^{3/2}n) for graphs with maximum degree dd. In contrast, only APX-hardness is known on the negative side. In this paper we present an efficient randomized algorithm to find a drawing of any nn-vertex graph GG in the plane with O(OPT10\poly(dlogn))O(OPT^{10}\cdot \poly(d \log n)) crossings, where OPTOPT is the number of crossings in the optimal solution, and dd is the maximum vertex degree in GG. This result implies an O~(n9/10\poly(d))\tilde{O}(n^{9/10} \poly(d))-approximation for Minimum Crossing Number, thus breaking the long-standing O~(n)\tilde{O}(n)-approximation barrier for bounded-degree graphs.

Keywords

Cite

@article{arxiv.1012.0255,
  title  = {An Algorithm for the Graph Crossing Number Problem},
  author = {Julia Chuzhoy},
  journal= {arXiv preprint arXiv:1012.0255},
  year   = {2010}
}
R2 v1 2026-06-21T16:52:01.214Z