Computing The Packedness of Curves
Sepideh Aghamolaei, Vahideh Keikha, Mohammad Ghodsi, Ali Mohades

TL;DR
This paper introduces new algorithms and data structures for approximating and exactly computing the packedness of polygonal curves, improving efficiency and accuracy over previous methods, with applications to disks and other shapes.
Contribution
It presents the first exact algorithm for computing curve packedness with disks, improves approximation algorithms, and develops a data structure for efficient curve-length queries inside disks.
Findings
Approximation factor improved to 4+ε with faster algorithms.
Exact algorithm for c-packedness of disks in O(n^5) time.
Data structure enables efficient curve-length queries inside disks.
Abstract
A polygonal curve with vertices is -packed, if the sum of the lengths of the parts of the edges of the curve that are inside any disk of radius is at most , for any . Similarly, the concept of -packedness can be defined for any scaling of a given shape. Assuming is the diameter of and is the minimum distance between points on disjoint edges of , we show the approximation factor of the existing time algorithm is -approximation algorithm. The massively parallel versions of these algorithms run in rounds. We improve the existing time -approximation algorithm by providing a -approximation time algorithm, and the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Computer Graphics and Visualization Techniques
