An Optimal Algorithm for the Euclidean Bottleneck Full Steiner Tree Problem
Ahmad Biniaz, Anil Maheshwari, Michiel Smid

TL;DR
This paper introduces an optimal algorithm for constructing a Steiner tree with minimal longest edge length, where Steiner vertices are from a specific set, improving efficiency over previous methods.
Contribution
The paper presents a new algorithm that computes the Euclidean Bottleneck Full Steiner Tree in optimal time, matching the lower bound in the algebraic computation tree model.
Findings
Algorithm runs in O((n+m) log m) time, improving previous results.
Proves a matching lower bound in the algebraic computation tree model.
Provides a more efficient solution for the Steiner tree problem with constraints.
Abstract
Let and be two disjoint sets of and points in the plane, respectively. We consider the problem of computing a Steiner tree whose Steiner vertices belong to , in which each point of is a leaf, and whose longest edge length is minimum. We present an algorithm that computes such a tree in time, improving the previously best result by a logarithmic factor. We also prove a matching lower bound in the algebraic computation tree model.
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.
Taxonomy
TopicsVLSI and FPGA Design Techniques · Computational Geometry and Mesh Generation · Advanced Graph Theory Research
