Convolution 3SUM

Given an array AA of nn integers, determine whether there exists a pair of indices i,ji, j such that A[i]+A[j]=A[i+j]A[i] + A[j] = A[i+j].

Parameters

  • nn: number of integers in array

Insufficient data to display graph

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table