LeetCode - Two Sum II - Input Array Is Sorted
Problem statement
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 <= ...
alkesh26.hashnode.dev4 min read