Sorting can exponentially speed up pure dynamic programming
From MaRDI portal
Abstract: Many discrete minimization problems, including various versions of the shortest path problem, can be efficiently solved by dynamic programming (DP) algorithms that are "pure" in that they only perform basic operations, as min, max, +, but no conditional branchings via if-then-else in their recursion equations. It is known that any pure (min,+) DP algorithm solving the minimum weight spanning tree problem on undirected n-vertex graphs must perform at least operations. We show that this problem can be solved by a pure (min,max,+) DP algorithm performing only operations. The algorithm is essentially a (min,max) algorithm: addition operations are only used to output the final values. The presence of both min and max operations means that now DP algorithms can sort: this explains the title of the paper.
Recommendations
Cites work
- scientific article; zbMATH DE number 3384060 (Why is no real title available?)
- A Dynamic Programming Approach to Sequencing Problems
- A Theorem on Boolean Matrices
- A note on practical construction of maximum bandwidth paths.
- Error bounds for convolutional codes and an asymptotically optimum decoding algorithm
- Greedy can beat pure dynamic programming
- On a routing problem
- Some Exact Complexity Results for Straight-Line Computations over Semirings
- Subtraction-free complexity, cluster transformations, and spanning trees
- The steiner problem in graphs
Cited in
(3)
This page was built for publication: Sorting can exponentially speed up pure dynamic programming
Report a bug (only for logged in users!)Click here to report a bug for this page (MaRDI item Q783692)