Abstract:
The 3SUM problem is to decide, given a set of n real numbers, whether any three sum to zero. It is widely conjectured that a trivial O(n2)-time algorithm is optimal and o...Show MoreMetadata
Abstract:
The 3SUM problem is to decide, given a set of n real numbers, whether any three sum to zero. It is widely conjectured that a trivial O(n2)-time algorithm is optimal and over the years the consequences of this conjecture have been revealed. This 3SUM conjecture implies Ω(n2) lower bounds on numerous problems in computational geometry and a variant of the conjecture implies strong lower bounds on triangle enumeration, dynamic graph algorithms, and string matching data structures. In this paper we refute the 3SUM conjecture. We prove that the decision tree complexity of 3SUM is O(n3/2 √/log n) and give two subquadratic 3SUM algorithms, a deterministic one running in O(n2/(log n/ log log n)2/3) time and a randomized one running in O(n2 (log log n)2/ log n) time with high probability. Our results lead directly to improved bounds for k-variate linear degeneracy testing for all odd k ≥ 3. The problem is to decide, given a linear function f(x1, ... , xk) = α0 + Σ1≤1≤k αixi and a set A ⊂ ℝ, whether 0 ∈ f(Ak). We show the decision tree complexity of this problem is O(nk/2 √log n). Finally, we give a subcubic algorithm for a generalization of the (min, +)-product over real-valued matrices and apply it to the problem of finding zero-weight triangles in weighted graphs. We give a depth-O(n5/2 √log n) decision tree for this problem, as well as an algorithm running in time O(n3(log log n)2/ log n).
Date of Conference: 18-21 October 2014
Date Added to IEEE Xplore: 11 December 2014
Electronic ISBN:978-1-4799-6517-5
Print ISSN: 0272-5428