Pinning Balloons with Perfect Angles and Optimal Area
Immanuel Halupczok, Andre Schulz

TL;DR
This paper introduces an optimal greedy method for arranging disks with prescribed radii on rays at perfect angles, ensuring disjoint interiors and a covering disk of minimal radius, with applications to tree embedding.
Contribution
It presents a new greedy strategy for disk arrangement with optimal covering radius and applies it to improve tree embedding algorithms with better coverage bounds.
Findings
The greedy strategy constructs arrangements with a covering disk radius at most 2 times the sum of radii.
The algorithm operates in O(n) arithmetic operations.
Application to tree embedding achieves a covering disk of radius n^{3.0367}, improving previous bounds.
Abstract
We study the problem of arranging a set of disks with prescribed radii on rays emanating from the origin such that two neighboring rays are separated by an angle of . The center of the disks have to lie on the rays, and no two disk centers are allowed to lie on the same ray. We require that the disks have disjoint interiors, and that for every ray the segment between the origin and the boundary of its associated disk avoids the interior of the disks. Let \r be the sum of the disk radii. We introduce a greedy strategy that constructs such a disk arrangement that can be covered with a disk centered at the origin whose radius is at most 2\r, which is best possible. The greedy strategy needs O(n) arithmetic operations. As an application of our result we present an algorithm for embedding unordered trees with straight lines and perfect angular resolution such that it…
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
TopicsComputational Geometry and Mesh Generation · Computer Graphics and Visualization Techniques · Data Visualization and Analytics
