Two Sum II - Input Array Is Sorted - Leetcode 167
Problem - Leetcode
Given a 1-indexed array of integers numbers that are 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[index<sub>1</sub>] and numbers[index<...
jyotirmoy.hashnode.dev4 min read