Code Zone
Sunday, September 30, 2012
Highest possible sum less than number of elements
Given sorted arrays a1 and a2. find i,j such that. a1[i]+a2[j] <= n [ Number of elements] and their sum is highest possible.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment