Triple Sum Hackerrank Solution

Published: 22 September 2020
on channel: Kuldip Ghotane
692
19

In this video I have discussed Triple sum hackerrank problem from hackerrank interview preparation kit.
In order to solve this problem following order will help
1. Sort the array
2. Get distinct elements from array
3. Comparison/ condition checking
4. returning total count


If you are someone who is trying to solve all the problems from hackerrank interview preparation kit playlist and getting stuck anywhere or looking for optimized solution do check my playlist
   • Hackerrank Interview Preparation Kit  

0:00 Start
01:57 Basic Explanation
05:49 Optmized Solution
12:00 Writing Code