Real 3SUM

Given a set SS of reals, determine whether there is a subset of SS of size 3 that sums to 0.

Parameters

  • SS: the set of reals
  • nn: the number of real numbers in the set

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 4 of 4 algorithms

See more
Chan2018O(n^2*(log log n)^{O(1)}/(log n)^2)
Freund2017O(n^2*(log log n)/(log n))
Gronlund, Pettie2014O(n^2/((log n)/(log log n))^2/3)
Gronlund, Pettie2014O(n^2*(log log n)^2/(log n))

Reductions Table

Displaying 4 of 4 reductions

Other relevant algorithms

Insuffient Data to display table