350. Intersection of Two Arrays 2020-05-28 本文已影响0人 xxxcoder key tips 使用hashmap记录一个数组内每个数字出现的次数, 遍历另一个数组,对前一个hashmap进行减1操作