Farthest segments and extremal triangles spanned by points in R3

  • Authors:
  • Steven Bitner;Ovidiu Daescu

  • Affiliations:
  • Department of Computer Science, University of Texas at Dallas, 800 West Campbell Road, Richardson, TX, United States;Department of Computer Science, University of Texas at Dallas, 800 West Campbell Road, Richardson, TX, United States

  • Venue:
  • Information Processing Letters
  • Year:
  • 2009

Quantified Score

Hi-index 0.89

Visualization

Abstract

Given a set S of n points in R^3 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(nlogn) time, O(n) space algorithm, matching the time and space complexities of the planar version. The algorithm is optimal in the algebraic decision tree model. We further prove that the minimum area triangle spanned by S can be found in O(n^2^.^4log^O^(^1^)n) time and space, and the maximum area triangle spanned by S can be found in O(h^2^.^4log^O^(^1^)h+nlogn) time and O(h^2^.^4log^O^(^1^)h+n) space, where h is the number of vertices of the convex hull of S (h=n in the worst case).