TL;DR
This paper investigates the computational complexity of the Subset Sum problem, providing new algorithms that are faster under certain conditions related to the maximum bin size and density, challenging previous assumptions about problem hardness.
Contribution
It introduces a truly faster algorithm for Subset Sum based on maximum bin size and density parameters, advancing understanding of problem hardness and algorithmic limits.
Findings
Faster algorithms for instances with specific bin size bounds.
Characterization of problem hardness in terms of density parameter.
Challenging the notion that density 1 instances are the hardest.
Abstract
The Subset Sum problem asks whether a given set of positive integers contains a subset of elements that sum up to a given target . It is an outstanding open question whether the -time algorithm for Subset Sum by Horowitz and Sahni [J. ACM 1974] can be beaten in the worst-case setting by a "truly faster", -time algorithm, with some constant . Continuing an earlier work [STACS 2015], we study Subset Sum parameterized by the maximum bin size , defined as the largest number of subsets of the input integers that yield the same sum. For every we give a truly faster algorithm for instances with , as well as instances with . Consequently, we also obtain a characterization in terms of the popular density parameter : if all instances of density at…
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
Dense Subset Sum May Be the Hardest· youtube
