Hash (1) 썸네일형 리스트형 2215. Find the Difference of Two Arrays https://leetcode.com/problems/find-the-difference-of-two-arrays/description/?envType=study-plan-v2&envId=leetcode-75 Given two 0-indexed integer arrays nums1 and nums2, return a list answerof size 2 where:answer[0] is a list of all distinct integers in nums1 which are notpresent in nums2.answer[1] is a list of all distinct integers in nums2 which are notpresent in nums1.Note that the integers in.. 이전 1 다음