Challenge: Find Symmetric Pairs in a List
Try to solve the Find Symmetric Pairs in a List problem.
We'll cover the following
Statement
Given a list of pairs, nums
, find all the
Constraints:
nums.length
nums[i].length
nums[i][1]
nums[i][2]
Examples
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.