Reduction from 3SUM to All-Integers 3SUM

From Algorithm Wiki
Jump to navigation Jump to search

FROM: 3SUM TO: All-Integers 3SUM

Description

Implications

if: to-time: $T(n)$
then: from-time: $O(T(n))$

Year

Reference

Trivial