【leetcode75】Intersection of Two Arrays(數組的交集)

題目描述: 給定兩個數組求他們的公共部分,輸出形式是數組,相同的元素只是輸出一次 例如: nums1 = [1, 2, 2, 1], nums2 = [2, 2], return [2]. 原文描述: Given two arrays, write a function to compute their intersection. Example: Given nums1 = [1, 2, 2,
相關文章
相關標籤/搜索