Deterministic Time-Space Tradeoffs for k-SUM
Andrea Lincoln, Virginia Vassilevska Williams, Joshua R. Wang, R. Ryan, Williams

TL;DR
This paper introduces deterministic algorithms with optimized time-space tradeoffs for the k-SUM problem, applicable in both integer and real number models, with implications for complexity conjectures.
Contribution
It presents a unified deterministic self-reduction for k-SUM, improving known bounds and establishing equivalences related to the 3-SUM conjecture.
Findings
3-SUM in deterministic time O(n^2 log log n / log n) and space O(√(n log n / log log n))
3-SUM in deterministic time O(n^2) and space O(√n)
Equivalence between 3-SUM conjecture and space-bounded algorithms requiring near-quadratic time
Abstract
Given a set of numbers, the -SUM problem asks for a subset of numbers that sums to zero. When the numbers are integers, the time and space complexity of -SUM is generally studied in the word-RAM model; when the numbers are reals, the complexity is studied in the real-RAM model, and space is measured by the number of reals held in memory at any point. We present a time and space efficient deterministic self-reduction for the -SUM problem which holds for both models, and has many interesting consequences. To illustrate: * -SUM is in deterministic time and space . In general, any polylogarithmic-time improvement over quadratic time for -SUM can be converted into an algorithm with an identical time improvement but low space complexity as well. * -SUM is in deterministic time and…
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.
