Certificate-Sensitive Subset Sum: Realizing Instance Complexity
Jesus Salas

TL;DR
This paper introduces a new instance-sensitive algorithm for Subset Sum that scales with the number of distinct subset sums and improves the worst-case deterministic runtime over classical bounds, linking complexity to certificate size.
Contribution
It presents the first deterministic algorithm whose runtime depends on the certificate size and achieves an unconditional runtime improvement over classical bounds.
Findings
Runtime scales with the number of distinct subset sums U
Deterministic solver improves over classical O*(2^{n/2}) bound
Provides structural insights into Subset Sum hardness regimes
Abstract
The Subset Sum problem is a classical NP-complete problem with a long-standing deterministic bound due to Horowitz and Sahni. We present results at two distinct levels of generality. First (instance-sensitive bound), we introduce, to our knowledge, the first deterministic algorithm whose runtime provably scales with the certificate size , the number of distinct subset sums. Our enumerator constructs all such sums in time , with a randomized variant achieving expected time . This provides a constructive link to Instance Complexity by tying runtime to the size of an information-theoretically minimal certificate. Second (unconditional worst-case bound), by combining this enumerator with a double meet-in-the-middle strategy and a Controlled Aliasing technique that enforces a simple canonical-normal-form (CNF) expansion policy…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Machine Learning and Algorithms
