3 problems
The 3SUM problem asks whether, given integers from , there is a triple satisfying the 3SUM condition. 3SUM conjecture. The 3SUM problem on such intege…
Given a set of integers, let . The 3SUM problem asks whether there are three integers such that . 3SUM Conjecture. Every algorithm solving 3SUM takes…
Given a set of numbers, determine whether there exist such that . The Integer 3SUM conjecture. The problem requires time, even wh…