Two Sum1 [LeetCode] Two sum [LeetCode] Two sum - 문제링크 https://leetcode.com/problems/two-sum/ Two Sum - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com - Code 남에게 권하지 않는 방법이다... 내가 엄청 길게 풀었다. class Solution(object): def twoSum(self, nums, target): dic = {} result=[] #Input key value { nums' index : nums' data}.. 2022. 3. 15. 이전 1 다음