알고리즘
leetcode Twosum 문제 풀이
리트코드 1번 문제인 twosum 문제를 풀어보도록 하겠습니다. 다양한 방법이 있겠지만 효율성이 높은 로직을 활용해보도록 하겠습니다. 문제. [요약]. nums 배열이 , target 값이 주어질때 nums 배열중 2개 숫자의 합이 target값이 되는 두개 숫자의 인덱스 번호를 배열로 생성해서 출력해라. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twi..
2021. 10. 5. 13:10
최근댓글