Simple and Faster Algorithms for Knapsack
Qizheng He, Zhean Xu

TL;DR
This paper introduces new simple pseudo-polynomial algorithms for the knapsack problem, significantly improving running times by optimizing dependencies on item count, maximum weight, and maximum profit.
Contribution
It presents novel randomized algorithms for 0-1 and bounded knapsack with improved time complexities over previous methods.
Findings
Achieved an $ ilde{O}(n^{3/2} imes ext{min} ext{}igrace w_{max}, p_{max}igrace)$-time algorithm for 0-1 knapsack.
Developed an $ ilde{O}(n + ext{min} ext{}igrace w_{max}, p_{max}igrace)^{5/2}$-time algorithm for bounded knapsack.
Results improve upon previous algorithms in terms of efficiency and simplicity.
Abstract
In this paper, we obtain a number of new simple pseudo-polynomial time algorithms on the well-known knapsack problem, focusing on the running time dependency on the number of items , the maximum item weight , and the maximum item profit . Our results include: - An -time randomized algorithm for 0-1 knapsack, improving the previous [Bringmann and Cassis, ESA'23] for the small case. - An -time randomized algorithm for bounded knapsack, improving the previous [Polak, Rohwedder and Wegrzyck, ICALP'21].
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Optimization and Packing Problems
