English

Space-Efficient Las Vegas Algorithms for K-SUM

Data Structures and Algorithms 2013-03-12 v2

Abstract

Using hashing techniques, this paper develops a family of space-efficient Las Vegas randomized algorithms for kk-SUM problems. This family includes an algorithm that can solve 3-SUM in O(n2)O(n^2) time and O(n)O(\sqrt{n}) space. It also establishes a new time-space upper bound for SUBSET-SUM, which can be solved by a Las Vegas algorithm in O(2(1\8/9β)n)O^*(2^{(1-\sqrt{\8/9\beta})n}) time and O(2βn)O^*(2^{\beta n}) space, for any β[0,\9/32]\beta \in [0, \9/32].

Keywords

Cite

@article{arxiv.1303.1016,
  title  = {Space-Efficient Las Vegas Algorithms for K-SUM},
  author = {Joshua Wang},
  journal= {arXiv preprint arXiv:1303.1016},
  year   = {2013}
}
R2 v1 2026-06-21T23:36:52.531Z