Approximating Knapsack and Partition via Dense Subset Sums
Mingyang Deng, Ce Jin, Xiao Mao

TL;DR
This paper presents improved algorithms for approximating Knapsack and Partition problems, achieving faster runtimes by leveraging dense subset sum techniques and novel divide-and-conquer methods, advancing the understanding of their computational complexity.
Contribution
The paper introduces the first application of dense subset sum techniques to Knapsack and Partition, improving approximation algorithms and runtime bounds.
Findings
Knapsack approximation time improved to $ ilde O(n + (1/\varepsilon)^{2.2})$
Partition approximation time improved to $ ilde O(n + (1/\varepsilon)^{1.25})$
New divide-and-conquer methods speed up additive problem solutions
Abstract
Knapsack and Partition are two important additive problems whose fine-grained complexities in the -approximation setting are not yet settled. In this work, we make progress on both problems by giving improved algorithms. - Knapsack can be -approximated in time, improving the previous by Jin (ICALP'19). There is a known conditional lower bound of based on -convolution hypothesis. - Partition can be -approximated in time, improving the previous by Bringmann and Nakos (SODA'21). There is a known conditional lower bound of based on Strong Exponential Time Hypothesis. Both of our new algorithms apply the…
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.
