Greedy can beat pure dynamic programming

From MaRDI portal




Abstract: Many dynamic programming algorithms for discrete 0-1 optimizationproblems are "pure" in that their recursion equations only use min/max and addition operations, and do not depend on actual input weights. The well-known greedy algorithm of Kruskal solves the minimum weight spanning tree problem on n-vertex graphs using only O(n2logn) operations. We prove that any pure DP algorithm for this problem must perform 2Omega(sqrtn) operations. Since the greedy algorithm can also badly fail on some optimization problems, easily solvable by pure DP algorithms, our result shows that the computational powers of these two types of algorithms are incomparable.





Describes a project that uses

Uses Software





This page was built for publication: Greedy can beat pure dynamic programming

Report a bug (only for logged in users!)Click here to report a bug for this page (MaRDI item Q1628699)