Day 11 - Two Integer Sum II
Question
Given an array of integers numbers that is sorted in non-decreasing order.
Return the indices (1-indexed) of two numbers, [index1, index2], such that they add up to a given target number target and index1 < index2. Note that index1 and index...
blogs-himanshu.hashnode.dev2 min read