Approximate Shortest Path through a Weighted Planar Subdivision
Rajasekhar Inkulu, Sanjiv Kapoor

TL;DR
This paper introduces a polynomial-time approximation algorithm for efficiently computing near-optimal shortest paths in weighted planar subdivisions, where each face has an associated traversal cost.
Contribution
It develops a novel wavefront propagation algorithm that approximates shortest paths in weighted planar subdivisions with provable accuracy.
Findings
Algorithm computes $ ext{epsilon}$-approximate shortest paths efficiently.
Polynomial time complexity of the proposed approximation method.
Applicable to weighted planar subdivisions with arbitrary face weights.
Abstract
This paper presents an approximation algorithm for finding a shortest path between two points and in a weighted planar subdivision . Each face of is associated with a weight , and the cost of travel along a line segment on is multiplied by the Euclidean norm of that line segment. The cost of a path which traverses across several faces of the subdivision is the sum of the costs of travel along each face. Our algorithm progreeses the discretized shortest path wavefront from source , and takes polynomial time in finding an -approximate shortest path.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Complexity and Algorithms in Graphs
