Coding Fundamentals

Question

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, b, c, and dare distinct.
  • nums[a] + nums[b] + nums[c] + nums[d] == target

You may return the answer in any order

0
Shloka Reddy Lakka 55 years 0 Answers 266 views Great Grand Master 0

Leave an answer

Browse
Browse