Color Spanning Annulus: Square, Rectangle and Equilateral Triangle
Ankush Acharyya, Subhas C. Nandy, Sasanka Roy

TL;DR
This paper introduces efficient algorithms for finding minimum width color-spanning annuli of various shapes (square, rectangle, equilateral triangle) in 2D point sets, improving computational complexity over previous methods.
Contribution
It presents novel algorithms with improved time complexities for minimum width color-spanning annuli of square, rectangular, and equilateral triangular shapes.
Findings
Algorithm for CSSA runs in O(n^3 + n^2 k log k) time.
Algorithm for CSRA runs in O(n^4 log n) time.
Algorithm for CSETA runs in O(n^3 k) time.
Abstract
In this paper, we study different variations of minimum width color-spanning annulus problem among a set of points in , where each point is assigned with a color in . We present algorithms for finding a minimum width color-spanning axis parallel square annulus , minimum width color spanning axis parallel rectangular annulus , and minimum width color-spanning equilateral triangular annulus of fixed orientation . The time complexities of computing (i) a is which is an improvement by a factor over the existing result on this problem, (ii) that for a is , and for (iii) a is . The space complexity of all the algorithms is .
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 · Digital Image Processing Techniques · Optimization and Packing Problems
