2000 character limit reached
Improved Algorithm for Computing the Maximum-volume Bichromatic Separating Box (2012.12846v1)
Published 23 Dec 2020 in cs.CG
Abstract: We consider the problem of computing the largest-area bichromatic separating box among a set of $n$ red points and a set of $m$ blue points in three dimensions. Currently, the best-known algorithm to solve this problem takes $O(m2 (m + n))$ time and $O(m + n)$ space. In this paper, we come up with an improved algorithm for the problem, which takes $O(m2 + n)$ time.