3 Sum Problem Solution - Java

problem #15 🙂 , 3 sum problem from #leetcode, unlike 2 sum problem, here we have to use 3 pointers to reach the target, this was little bit complicated than the 2 sum problem, of course we must avoid the duplicate numbers. TIME COMPLEXITY - o(n^2) #problemsolving #datastructuesandalgorithms #arrays #hardproblem #computerscience #3sumproblem #java #geeksforgeeks #leetcode #softwaredevelopment

  • text

To view or add a comment, sign in

Explore content categories