Two Sum1 LeetCode - 1. Two Sum 요즘은 LeetCode나 HackerRank를 많이 푼다길래 LeetCode easy 난이도 부터 정복을 시작하였다! 문제링크 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 문제를 설명하자면 주어진 nums 배열에서 2가지 수의 합으로 target을 만들어 내야한다. 답이 되는 2가지 수의 배열의 index를 return 하는 문제이다. 답안코드 1. O(n^2) 해결방법 /.. 2022. 9. 20. 이전 1 다음