LeetCode刷题:349. Intersection of Two Arrays&350. Intersection of Two Arrays II

本文探讨了LeetCode上的两道题目:349. Intersection of Two Arrays和350. Intersection of Two Arrays II。主要目标是找到两个数组的交集。对于349题,要求结果中的元素是唯一的;而350题中,结果应包含交集中每个元素在两数组中出现的次数。文章着重讨论了解决这些问题的算法设计。
摘要由CSDN通过智能技术生成

LeetCode刷题:349. Intersection of Two Arrays&350. Intersection of Two Arrays II

原题链接:

349. Intersection of Two Arrays https://leetcode.com/problems/intersection-of-two-arrays/

350. Intersection of Two Arrays II https://leetcode.com/problems/intersection-of-two-arrays-ii/


349. Intersection of Two Arrays

Given two arrays, write a function to compute their intersection.

Example 1:

Input: nums1 = [1,2,2,1], nums2 = [2,2]
Output: [2]
Example 2:

Input: nums1 = [4,9,5], nums2 = [9,4,9,8,4]
Output: [9,4]
Note:

Each element in the result must be unique.
The result can be in any order.


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值