Dense Subset Sum may be the hardest

August 25, 2015 Β· Declared Dead Β· πŸ› Symposium on Theoretical Aspects of Computer Science

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Per Austrin, Mikko Koivisto, Petteri Kaski, Jesper Nederlof arXiv ID 1508.06019 Category cs.DS: Data Structures & Algorithms Cross-listed cs.CC, cs.DM, cs.IT Citations 39 Venue Symposium on Theoretical Aspects of Computer Science Last Checked 3 months ago
Abstract
The Subset Sum problem asks whether a given set of $n$ positive integers contains a subset of elements that sum up to a given target $t$. It is an outstanding open question whether the $O^*(2^{n/2})$-time algorithm for Subset Sum by Horowitz and Sahni [J. ACM 1974] can be beaten in the worst-case setting by a "truly faster", $O^*(2^{(0.5-Ξ΄)n})$-time algorithm, with some constant $Ξ΄> 0$. 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 $n$ input integers that yield the same sum. For every $Ξ΅> 0$ we give a truly faster algorithm for instances with $Ξ²\leq 2^{(0.5-Ξ΅)n}$, as well as instances with $Ξ²\geq 2^{0.661n}$. Consequently, we also obtain a characterization in terms of the popular density parameter $n/\log_2 t$: if all instances of density at least $1.003$ admit a truly faster algorithm, then so does every instance. This goes against the current intuition that instances of density 1 are the hardest, and therefore is a step toward answering the open question in the affirmative. Our results stem from novel combinations of earlier algorithms for Subset Sum and a study of an extremal question in additive combinatorics connected to the problem of Uniquely Decodable Code Pairs in information theory.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted