vix.ing · top · new · best · stats · spec

Color Spanning Annulus: Square, Rectangle and Equilateral Triangle

2016/09/14 by Acharyya, Ankush, Nandy, Subhas C., Roy, Sasanka
#Computational Geometry (cs.CG) #FOS: Computer and information sciences

paper · doi:10.48550/arxiv.1609.04148

Abstract

In this paper, we study different variations of minimum width color-spanning annulus problem among a set of points P=\p1,p2,…,pn\ in I R2, where each point is assigned with a color in \1, 2, …, k\. We present algorithms for finding a minimum width color-spanning axis parallel square annulus (CSSA), minimum width color spanning axis parallel rectangular annulus (CSRA), and minimum width color-spanning equilateral triangular annulus of fixed orientation (CSETA). The time complexities of computing (i) a CSSA is O(n3+n2klog k) which is an improvement by a factor n over the existing result on this problem, (ii) that for a CSRA is O(n4log n), and for (iii) a CSETA is O(n3k). The space complexity of all the algorithms is O(k).

Related