English

Inverse Quadratic Decay in Random Subset Sum

Data Structures and Algorithms 2026-05-21 v2

Abstract

The Subset Sum Problem is a fundamental NP-complete problem in cryptography and combinatorial optimization, with many real-world applications. The Random Subset Sum Problem (RSSP) is a more applicable version of subset sum, where numbers are drawn from some i.i.d input distribution. We present an algorithm that, with probability 1δ1-\delta, constructs the same O(B/w)O(B/w) mesh as Da Cunha et al. (2023), while trimming to ww elements throughout and running in O(wlogw)O(w\log w) time. Then, we present a novel beam search heuristic running in linearithmic time w.r.t list size nn and beam width ww using the mesh that gives an expected error of O ⁣(Bnw2)O\!\left(\frac{B}{nw^2}\right) under a standard mean-field assumption with equal standard deviation, demonstrating the practical effectiveness of meshing to achieve error decay. The algorithm is empirically robust to multiple input distributions and can naturally extend to variants with simple changes to the scoring heuristic, establishing a new practical baseline for robust subset sum error decay and ϵ\epsilon-approximation theory.

Keywords

Cite

@article{arxiv.2605.04465,
  title  = {Inverse Quadratic Decay in Random Subset Sum},
  author = {Edwin Chen and Christof Teuscher},
  journal= {arXiv preprint arXiv:2605.04465},
  year   = {2026}
}

Comments

Under Review at ACM TALG

R2 v1 2026-07-01T12:52:06.549Z