Question d’entretien chez Regis Corporation

Find triplets that sum to X live coding problem

Réponse à la question d'entretien

Utilisateur anonyme

6 nov. 2021

Use a sort and two pointer algorithm. I figured there was a sort but didn't think of the two pointer part so I just stopped