Download presentation
Presentation is loading. Please wait.
1
Single source shortest paths in a simple polygon Guibas, Hershberger, Leven, Sharir, Tarjan (1987)
2
s
3
s
4
s
5
s
6
s
7
s
8
s
9
s
10
s
11
s
12
s
13
s Single source shortest path tree in a simple polygon
14
s Assume a triangulation is given
15
s Traverse the dual tree
16
s
17
s
18
s
19
s
20
There is a funnel associated with each leaf cusp
21
You split the funnel when processing the leaf
23
s
24
s
25
s
26
s
27
s
28
s
29
s
30
s
31
Summary Scan the dual tree from the triangle that contains s Maintain a funnel at each leaf
32
s
33
s
34
Summary (cont) Represent each funnel as a finger search tree
35
You split the funnel in time logarithmic in the size of the smaller piece. Then you insert an item to each piece
36
Summary (cont) The rest is analogous to the analysis of the jordan sorting algorithm
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.