Faster Algorithms for Bounded Knapsack and Bounded Subset Sum Via Fine-Grained Proximity Results
Lin Chen, Jiayi Lian, Yuchen Mao, Guochuan Zhang

TL;DR
This paper presents faster algorithms for Bounded Knapsack and Bounded Subset Sum, significantly improving their running times by leveraging fine-grained proximity results and narrowing the complexity gap.
Contribution
It introduces a near-optimal algorithm for Bounded Knapsack and improved algorithms for Bounded Subset Sum, advancing the understanding of their fine-grained complexity.
Findings
Bounded Knapsack algorithm runs in uno(n + w_{\u2212max}^{12/5}) time.
Bounded Subset Sum algorithms run in uno(nw_{max}) and uno(n + w_{max}^{3/2}) time.
Results match the best known times for 0-1 Subset Sum, closing previous gaps.
Abstract
We investigate pseudopolynomial-time algorithms for Bounded Knapsack and Bounded Subset Sum. Recent years have seen a growing interest in settling their fine-grained complexity with respect to various parameters. For Bounded Knapsack, the number of items and the maximum item weight are two of the most natural parameters that have been studied extensively in the literature. The previous best running time in terms of and is [Polak, Rohwedder, Wegrzycki '21]. There is a conditional lower bound of based on -convolution hypothesis [Cygan, Mucha, Wegrzycki, Wlodarczyk '17]. We narrow the gap significantly by proposing a -time algorithm. Note that in the regime where , our algorithm runs in time, while all the previous algorithms…
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
