Coding
I'd like you to design a function that takes an integer array and a target value as input and returns all the triplets whose sum is equal to the target.
Was asked at
More interviews, more skills, more success.
Be the first to share your approach to this question
Interview question asked to Machine Learning Engineers interviewing at Bosch, Calm, Indeed.com and others: I'd like you to design a function that takes an integer array and a target value as input and returns all the triplets whose sum is equal to the target..