|
4/4 |
2004/6/10 [Computer/SW/Unix] UID:30718 Activity:nil |
6/9 http://www.csua.berkeley.edu/~ilyas/problems/shortest_path -- ilyas |
4/4 |
|
www.csua.berkeley.edu/~ilyas/problems/shortest_path Construct an algorithm which takes as input 2 points and N circles on the plane, and returns the shortest path between the points such that no part of the path is inside any of the circles (touching circles is ok). You may assume the numbers used to represent coordinates are of size O for the purposes of this problem. |