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

Practice this question with AI

First session is free - no credit card required.

Go Premium

More interviews, more skills, more success.

No answers yet

Be the first to share your approach to this question

Practice More Questions

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..