English

Computing L1 Shortest Paths among Polygonal Obstacles in the Plane

Computational Geometry 2012-02-28 v1 Data Structures and Algorithms

Abstract

Given a point ss and a set of hh pairwise disjoint polygonal obstacles of totally nn vertices in the plane, we present a new algorithm for building an L1L_1 shortest path map of size O(n) in O(T)O(T) time and O(n) space such that for any query point tt, the length of the L1L_1 shortest obstacle-avoiding path from ss to tt can be reported in O(logn)O(\log n) time and the actual shortest path can be found in additional time proportional to the number of edges of the path, where TT is the time for triangulating the free space. It is currently known that T=O(n+hlog1+ϵh)T=O(n+h\log^{1+\epsilon}h) for an arbitrarily small constant ϵ>0\epsilon>0. If the triangulation can be done optimally (i.e., T=O(n+hlogh)T=O(n+h\log h)), then our algorithm is optimal. Previously, the best algorithm computes such an L1L_1 shortest path map in O(nlogn)O(n\log n) time and O(n) space. Our techniques can be extended to obtain improved results for other related problems, e.g., computing the L1L_1 geodesic Voronoi diagram for a set of point sites in a polygonal domain, finding shortest paths with fixed orientations, finding approximate Euclidean shortest paths, etc.

Keywords

Cite

@article{arxiv.1202.5715,
  title  = {Computing L1 Shortest Paths among Polygonal Obstacles in the Plane},
  author = {Danny Z. Chen and Haitao Wang},
  journal= {arXiv preprint arXiv:1202.5715},
  year   = {2012}
}

Comments

48 pages; 19 figures; partial results appeared in ESA 2011

R2 v1 2026-06-21T20:25:09.257Z