Given an integer array nums, return all the triplets
3Sum Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, […]
3Sum Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, […]
Valid Parentheses Given a string s containing just the characters \'(\’, \’)\’, \'{\’, \’}\’, \'[\’ and \’]\’, determine if the input string is valid. An input string is valid