Solved Problem - Triplet Sum
We'll cover the following...
Problem statement
Given a sorted array of integers . Find if there exists a triplet of integers , and such that the sum is equal to given integer .
Input format
The first line of input consists of two space-separated integers and ...