Rectilinear Steiner Trees in Narrow Strips
Henk Alkema, Mark de Berg

TL;DR
This paper studies the complexity of finding minimal rectilinear Steiner trees within narrow strips, providing algorithms that are efficient for sparse and random point sets depending on the strip width.
Contribution
It introduces new algorithms for minimal rectilinear Steiner trees in narrow strips, with complexity depending on strip width and point set properties.
Findings
Algorithm with $n^{O(\sqrt{\delta})}$ time for sparse point sets.
Fixed-parameter tractable algorithm for random point sets with expected $2^{O(\delta \sqrt{\delta})} n$ time.
Complexity analysis depending on strip width and point distribution.
Abstract
A rectilinear Steiner tree for a set of points in is a tree that connects the points in using horizontal and vertical line segments. The goal of Minimal Rectilinear Steiner Tree is to find a rectilinear Steiner tree with minimal total length. We investigate how the complexity of Minimal Rectilinear Steiner Tree for point sets inside the strip depends on the strip width . We obtain two main results. 1) We present an algorithm with running time for sparse point sets, that is, point sets where each rectangle inside the strip contains points. 2) For random point sets, where the points are chosen randomly inside a rectangle of height and expected width , we present an algorithm that is fixed-parameter tractable with respect to and linear in . It has an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
