You need to log in or create an account to post to this user's Wall.
chris commented on the post, Finding all unique triplets that sums to zero 9 months, 4 weeks ago
here we come to this scenario that num[i]+num[j]+num[k] = 0 and we’ve to update the j,k to find if there’re other pairs exists for current i.
when j needs to update you’ve to check if(num[j+1] == num[j]) if so […]chris joined the group Google Interview 10 months ago
still i got the parseerror message …..
chris joined the group Dynamic Programming 10 months ago
chris changed their profile picture 10 months ago
chris became a registered member 10 months ago
