Open shrutigrover25 opened 3 years ago
Given an array and a value, find if there is a triplet in array whose sum is equal to a given value. If there is such triplet present, then print the value and return true else return false.
Language - C++
Discuss the most optimised approach.
Please assign me this issue as a part of hacktoberfest.
I would like to work on this issue!
Given an array and a value, find if there is a triplet in array whose sum is equal to a given value. If there is such triplet present, then print the value and return true else return false.
Language - C++
Discuss the most optimised approach.