DAYS
HOUR
MINS
SEC
Error
Given an array and a sum s find all pairs of numbers which whose sum = s ?
space complexity-O(1),time complexity-O(n)