An O(n5/2logn) algorithm for the Rectilinear Minimum Link-Distance Problem in three dimensions

  • Authors:
  • David P. Wagner;Robert Scot Drysdale;Clifford Stein

  • Affiliations:
  • School of Electrical Engineering, Korea University, South Korea;Department of Computer Science, Dartmouth College, USA;Department of Industrial Engineering and Operations Research, Columbia University, USA

  • Venue:
  • Computational Geometry: Theory and Applications
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we consider the Rectilinear Minimum Link Path Problem among rectilinear obstacles in three dimensions. The problem is well studied in two dimensions, but is relatively unexplored in higher dimensions. We solve the problem in O(@bnlogn) time, where n is the number of corners among all obstacles, and @b is the size of a binary space partition (BSP) decomposition of the space containing the obstacles. There exist methods to find a BSP where in the worst-case @b=@Q(n^3^/^2), giving us an overall worst-case time of O(n^5^/^2logn). Previously known algorithms have had worst-case running times of @W(n^3).