Regis Corporation interview question

Find triplets that sum to X live coding problem

Interview Answer

Anonymous

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