...

/

DIY: Intersection of Two Arrays

DIY: Intersection of Two Arrays

Solve the interview question "Intersection of Two Arrays" in this lesson.

Problem statement

Given two integer arrays, nums1 and nums2, you will return an array of their intersection. Each element in the result must be ...