About 93,200 results
Open links in new tab
  1. 4Sum - LeetCode

    Can you solve this real interview question? 4Sum - Given an array nums of n integers, return an array of all the unique quadruplets [nums [a], nums [b], nums [c], nums [d]] such that: * 0 <= a, b, c, d < n * a, …

  2. 4Sum II - LeetCode

    Can you solve this real interview question? 4Sum II - Given four integer arrays nums1, nums2, nums3, and nums4 all of length n, return the number of tuples (i, j, k, l) such that: * 0 <= i, j, k, l < n * nums1 …

  3. 2023. Number of Pairs of Strings With Concatenation Equal to Target

    Count the number of pairs with concatenation equals to target.

  4. 3Sum - LeetCode

    Can you solve this real interview question? 3Sum - Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j ...

  5. Solved all two pointers problems in 100 days. - LeetCode

    Jan 13, 2022 · https://leetcode.com/problems/4sum/ https://leetcode.com/problems/number-of-subsequences-that-satisfy-the-given-sum-condition/ https://leetcode.com/problems/two-sum-iv-input …