Problem Link: http://www.codechef.com/problems/BYTES5
Difficulty: Easy
Strategy: Sorting
Explanation:
The solution to the problem is implementing sorting the given set of numbers and then choosing the first number whose sum is less than ‘K’, the number specified in the question.