728x90 반응형 leetcode14 Swift) LeetCode(Easy) - Maximum Subarray(DP) leetcode.com/problems/maximum-subarray/ Maximum Subarray - 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 안녕하세요. 후르륵짭짭 입니다 오늘도 DP문제는 항상 잘 못 풉니다... 아이디어를 생각하기 쉽지 않아서요.... 그래서 결국 도움을 받았고 그 알고리즘을 저만의 풀이로 풀었습니다. func maxSubArray(_ nums: [Int]) -> Int { var maxSingle = nums[0] var curr.. 2020. 7. 8. Swift) LeetCode(Easy) - Two Sum (Dictionary) 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 안녕하세요! 후르륵짭짭 입니다! LeetCode라는 곳을 알게 되어 처음으로 문제를 풀어보고 싶어서 쉬운 것을 풀어봤습니다. 문제는 간단합니다. 그냥 두개의 숫자를 더해 목표 값의 위치 두개를 반환 하면 됩니다. 대신 같은 위치에서 두번 더하면 안됩니다. func twoSum(_ nums: [Int], _ target: Int) -> [Int].. 2020. 7. 8. 이전 1 2 3 4 다음 728x90 반응형