Simultaneous Time-Space Upper Bounds for Certain Problems in Planar Graphs
Diptarka Chakraborty, Raghunath Tewari

TL;DR
This paper presents polynomial time algorithms with sublinear space bounds for shortest paths, red-blue path problems, and perfect matching in planar graphs, advancing space-efficient solutions for key planar graph problems.
Contribution
It introduces new polynomial time, sublinear space algorithms for shortest paths, red-blue path problems, and perfect matchings in planar graphs, improving space efficiency.
Findings
Shortest path in planar graphs with O(n^{1/2+ε}) space
Red-blue path problem in planar DAGs with O(n^{1/2+ε}) space
Matching and Hall-obstacle problems with same time-space bounds as shortest path
Abstract
In this paper, we show that given a weighted, directed planar graph , and any , there exists a polynomial time and space algorithm that computes the shortest path between two fixed vertices in . We also consider the {\RB} problem, which states that given a graph whose edges are colored either red or blue and two fixed vertices and in , is there a path from to in that alternates between red and blue edges. The {\RB} problem in planar DAGs is {\NL}-complete. We exhibit a polynomial time and space algorithm (for any ) for the {\RB} problem in planar DAG. In the last part of this paper, we consider the problem of deciding and constructing the perfect matching present in a planar bipartite graph and also a similar problem which is to find a Hall-obstacle in a planar…
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
TopicsAdvanced Graph Theory Research · Computational Geometry and Mesh Generation · Optimization and Search Problems
