中文

Faster Exact Algorithms for Equal-Subset-Sum

数据结构与算法 2026-07-10 v1

摘要

We study exact algorithms for Equal-Subset-Sum in the worst-case setting: given a set SS of nn integers, find two distinct subsets A,BSA,B\subseteq S whose sums are equal. We establish a new state-of-the-art bound for this problem by improving the fastest known algorithm, due to Randolph and W\k{e}grzycki (STOC 2026), from O(1.7067n)O^*(1.7067^n) time and space to an algorithm that runs in O(1.6994n)O^*(1.6994^n) time and uses O(1.5664n)O^*(1.5664^n) space. We also improve the best known polynomial-space running time, due to Mucha, Nederlof, Pawlewicz, and W\k{e}grzycki (ESA 2019), from O(2.6817n)O^*(2.6817^n) to O(2.5430n)O^*(2.5430^n). Finally, we investigate time-space tradeoffs for this problem and improve the running times achievable under a broad range of exponential-space bounds.

引用

@article{arxiv.2607.09289,
  title  = {Faster Exact Algorithms for Equal-Subset-Sum},
  author = {Ryosuke Yamano and Tetsuo Shibuya},
  journal= {arXiv preprint arXiv:2607.09289},
  year   = {2026}
}