Posted on :10-03-2016 Q1. Given an increasingly sorted array and a number s, please find two numbers whose sum is s. If there are multiple pairs with sum s, just output any one of them.Q2. Given an array, please determine whether it contains three numbers whose sum equals to 0.Q3. Given an array and a […]
