All-Integers 3SUM

Given three lists A,B,CA, B, C of nn integers each, output the list of all integers aAa \in A such that there exist bB,cCb \in B,c \in C with a+b+c=0a + b + c = 0.

Parameters

  • nn: number of integers in each set

Insufficient data to display graph

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Insuffient Data to display table

Reductions Table

Displaying 4 of 4 reductions

Other relevant algorithms

Insuffient Data to display table