Find triplets with zero sum - GFG Finding middle element in a linked list - GFG First negative integer in every window of size k - GFG First non-repeating character in a stream - GFG Floor in BST - GFG For Loop- primeCheck - Java - GFG Form a number divisible by 3 using array...
Find all unique triplets in the array which gives the sum of zero. The solution set must not contain duplicate triplets. Example: Given array nums = [-1, 0, 1, 2, -1, -4], A solution set is: [ [-1, 0, 1], [-1, -1, 2] ] The tricky bit is to deal with the duplicated...
2270-find-all-lonely-numbers-in-the-array 2271-rearrange-array-elements-by-sign 2278-find-three-consecutive-integers-that-sum-to-a-given-number 2292-counting-words-with-a-given-prefix 2293-minimum-number-of-steps-to-make-two-strings-anagram-ii 2294-minimum-time-to-complete-trips ...