Finding segments and triangles spanned by points in R3
Published in Information Processing Letters, 2009
Recommended citation: https://www.sciencedirect.com/science/article/pii/S0020019009002361
Given a set S of n points in R3 we consider finding the farthest line segment spanned by S from a query point q given as part of the input, and finding the minimum and maximum area triangles spanned by S. For the farthest line segment problem we give an O(nlog2n) time, O(n) space algorithm, matching the time and space complexities of the planar version. The algorithm is optimal in the algebrai deision tree model. We further prove that the minimum area triangle spanned by S an be found in O(n2.4log2O(1)n) time and space, and the maximum area triangle spanned by S an be found in O(h2.4log2O(1)h + nlog2n) time and O(h2.4log2O(1)h + n) space, where h is the number of vertices of the convex hull of S (h = n in the worst case).