PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
May 29, 20260 citationsOpen Access

An Optimal Algorithm for Computing Many Faces in Line Arrangements

HWHaitao Wang

Key Points

  • The aim is to develop an efficient algorithm for computing the faces of line arrangements containing points.
  • Introduced an algorithm with a time complexity of O(m^{2/3} n^{2/3} + (n+m) log n)
  • Proved optimality by matching the lower bound for the algebraic decision tree model
  • Special case analyzed when m = n leading to O(n^{4/3}) runtime
  • Algorithm runtime matches the worst-case combinatorial complexity of Ω(n^{4/3}) for output faces
  • First optimal algorithm developed for this problem since research began over 30 years ago

Abstract

Given a set of m points and a set of n lines in the plane, we consider the classical problem of computing the faces of the arrangement of the lines that contain at least one point. We present an algorithm of O (m^2/3 n^2/3 + (n+m) log n) time for the problem. We also prove that this matches the lower bound under the algebraic decision tree model and thus our algorithm is optimal. In particular, when m = n, the runtime is O (n^4/3), which matches the worst case combinatorial complexity Ω (n^4/3) of all output faces. This is the first optimal algorithm since the problem was first studied more than three decades ago Edelsbrunner, Guibas, and Sharir, SoCG 1988.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Haitao Wang (2026) studied this question.

synapsesocial.com/papers/6a192d4afab5b468c44162abhttps://doi.org/10.4230/lipics.socg.2026.95
Ask AI
Helpful
Bookmark
Share
View Full Paper

Also Consider

Synapse has enriched 5 closely related papers on similar clinical questions. Consider them for comparative context:

  1. 1Connected Matchings2024
  2. 2Algorithms for Halfplane Coverage and Related Problems2024
  3. 3Line Cover and Related Problems2026
  4. 4On the Maximum Triangle Problem2024
  5. 5----2017