Finding a Shortest $M$-link Path in a Monge Directed Acyclic Graph
Joy Z. Wan

TL;DR
This paper introduces an efficient algorithm for finding the shortest $M$-link path in Monge DAGs, with improved time complexity and linear space, addressing open questions in the field.
Contribution
It presents the first $o(NM)$-time algorithm with linear space for this problem, with complexity decreasing as $M$ increases, improving upon previous methods.
Findings
Algorithm runs in $O(\sqrt{NM(N-M)\log(N-M)})$ time
Achieves linear space complexity, $O(N)$
Partially answers an open question regarding time complexity regimes
Abstract
A Monge directed acyclic graph (DAG) on the nodes has edges for carrying submodular edge-lengths. Finding a shortest -link path from to in for any given has many applications. In this paper, we give a contract-and-conquer algorithm for this problem which runs in time and space. It is the first -time algorithm with linear space complexity, and its time complexity decreases with when . In contrast, all previous strongly polynomial algorithms have running time growing with . For both and regimes of , our algorithm has running time , which…
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
TopicsAlgebraic Geometry and Number Theory · Commutative Algebra and Its Applications · Geometric and Algebraic Topology
