Sciweavers

IJCGA
2008

Constructing the City Voronoi Diagram Faster

13 years 4 months ago
Constructing the City Voronoi Diagram Faster
Given a set S of n point sites in the plane, the City Voronoi diagram partitions the plane into the Voronoi regions of the sites, with respect to the City metric. This metric is induced by quickest paths according to the Manhattan metric and an accelerating transportation network that consists of c non-intersecting axis-parallel line segments. We describe an algorithm that constructs the City Voronoi diagram (including quickest path information) in O((c + n)polylog(c + n)) time using a wavefront expansion. For c ( n log3 n) our algorithm is faster than an algorithm by Aichholzer et al., which takes O(n log n + c2 log c) time. Key words: wavefront expansion, City Voronoi diagram, straight skeleton, closest pair, minimization query, transportation network
Robert Görke, Chan-Su Shin, Alexander Wolff
Added 12 Dec 2010
Updated 12 Dec 2010
Type Journal
Year 2008
Where IJCGA
Authors Robert Görke, Chan-Su Shin, Alexander Wolff
Comments (0)