Question d’entretien chez Compass

Onsite technical 2st interview (Javascript) - 1) Write a function that reverses an array, then 2) Extend the Array class with your own reverse function 3) Implement your reverse function to be able to reverse an object by its keys

Réponse à la question d'entretien

Utilisateur anonyme

8 févr. 2019

Onsite technical 3rd interview (whiteboarding) - Given a list on integers and a target integer, find all unique sets of three numbers in the list that add up to the target number. Do this is n squared time