Chitresh-code / DSA_Worksheet

Worksheet posting DSA problems every day for GNIOT Students to solve and create PR's.
MIT License
17 stars 34 forks source link

Triplet Sum Program #80

Closed akshathmangudi closed 9 months ago

akshathmangudi commented 10 months ago

@Chitresh-code Completed Triple Sum. Please review the changes and mark it under 'hacktober-accepted' tag.

lilmistake commented 10 months ago

Code neither accepts nor returns solution in expected format. Please refer to the problem statement again https://practice.geeksforgeeks.org/problems/triplet-sum-in-array-1587115621/1

akshathmangudi commented 10 months ago

@Chitresh-code I've upated triplet_sum.cpp and it's working now. Please notify me of any further issues.