Hacktoberfest2022 icon indicating copy to clipboard operation
Hacktoberfest2022 copied to clipboard

Create 3Sum problem

Open Kunnu72 opened this issue 2 years ago • 0 comments

I solve the 3Sum problem using Two pointer Approach. Its time complexity is O(n^2) and its space complexity is O(1). This is the best possible approach I can think off.

Kunnu72 avatar Oct 16 '22 04:10 Kunnu72