Two Sum II - Input array is sorted
*Medium
Leetcode problem no: https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/
Problem statement:
There is given sorted input array in which we have to find two numbers such that they add up to a specific target number.
Have to write ...
kritisharma.hashnode.dev2 min read