Coding
I'd like you to create a function that takes an array of integers and a target value and returns all the triplets whose sum equals the target value.
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 Udemy, Visa, Ticketmaster and other companies. Original question asked: I'd like you to create a function that takes an array of integers and a target value and returns all the triplets whose sum equals the target value..