Meta interview question

Algorithm to find 3 integers adding up to 0

Interview Answers

Anonymous

25 Mar 2019

I need help as this is going to be my first coding interview and i am blank

Anonymous

8 Feb 2019

Hey, can we contact, please? I have the first technical phone interview on Monday and I'm kinda blank, need help!

Anonymous

13 Dec 2016

Sort the array, create a map of the numbers, then loop over two and look up the third.

4