Some variations on constrained minimum enclosing circle problem |
| |
Authors: | Arindam Karmakar Sandip Das Subhas C. Nandy Binay K. Bhattacharya |
| |
Affiliation: | 1. School of Engineering, Tezpur University, Assam, 784028, India 2. Indian Statistical Institute, ACM Unit, Kolkata, 700108, India 3. School of Computing Science, Simon Fraser University, Burnaby, Canada, V5A 1S6
|
| |
Abstract: | Given a set P of n points and a straight line L, we study three important variations of minimum enclosing circle problem as follows: - Computing k identical circles of minimum radius with centers on L, whose union covers all the points in P.
- Computing the minimum radius circle centered on L that can enclose at least k points of P.
- If each point in P is associated with one of the k given colors, then compute a minimum radius circle with center on L such that at least one point of each color lies inside it.
We propose three algorithms for Problem (i). The first one runs in O(nklogn) time and O(n) space. The second one is efficient where k?n; it runs in O(nlogn+nk+k 2log3 n) time and O(nlogn) space. The third one is based on parametric search and it runs in O(nlogn+klog4 n) time. For Problem (ii), the time and space complexities of the proposed algorithm are O(nk) and O(n) respectively. For Problem (iii), our proposed algorithm runs in O(nlogn) time and O(n) space. |
| |
Keywords: | |
本文献已被 SpringerLink 等数据库收录! |
|