# Stabbing segments with rectilinear objects

**Authors:** Merc\`e Claverol, Delia Garijo, Matias Korman, Carlos Seara, Rodrigo, I. Silveira

arXiv: 1703.04329 · 2017-03-14

## TL;DR

This paper develops efficient algorithms to find all regions that contain exactly one endpoint of each segment in a set, for various rectilinear shapes like halfplanes, strips, quadrants, and rectangles.

## Contribution

It introduces optimal or near-optimal algorithms for reporting all combinatorially different stabbers of specific rectilinear shapes.

## Key findings

- Linear time algorithm for halfplanes
- O(n log n) algorithms for strips, quadrants, and 3-sided rectangles
- O(n^2 log n) algorithm for rectangles

## Abstract

Given a set $S$ of $n$ line segments in the plane, we say that a region $\mathcal{R}\subseteq \mathbb{R}^2$ is a {\em stabber} for $S$ if $\mathcal{R}$ contains exactly one endpoint of each segment of $S$. In this paper we provide optimal or near-optimal algorithms for reporting all combinatorially different stabbers for several shapes of stabbers. Specifically, we consider the case in which the stabber can be described as the intersection of axis-parallel halfplanes (thus the stabbers are halfplanes, strips, quadrants, $3$-sided rectangles, or rectangles). The running times are $O(n)$ (for the halfplane case), $O(n\log n)$ (for strips, quadrants, and 3-sided rectangles), and $O(n^2 \log n)$ (for rectangles).

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.04329/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1703.04329/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1703.04329/full.md

---
Source: https://tomesphere.com/paper/1703.04329