[LeetCode] 167. Two Sum II - Input Array Is Sorted - 문제풀이 Description 오름차순으로 정렬된 배열이 주어졌을 때 두 요소의 합이 target과 일치하는 배열의 인덱스를 반환하는 문제입니다. Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific target number. Let these two numbers be numbers[index1] and numbers[index2] where 1 알고리즘/LeetCode 2022. 1. 20. 16:33