#167

Two Sum II - Input Array Is Sorted

medium· Two Pointersruns: 0

Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers that add up to a specific target. Return the indices of the two numbers as a 1-indexed array [index1, index2]. There is exactly one solution and you may not use the same element twice.

sign in to paste and practice your own solution
desktop only

codedrill is a typing game and needs a real keyboard. open this on a laptop or desktop to practice.

you can still browse problems and sections from your phone.