Pergunta de entrevista da empresa YuppTV

Find out the missing number in array

Resposta da entrevista

Sigiloso

4 de abr. de 2023

I gave brute force approach with o(n2) time compexity. Then interviewer asked to reduce time complexity then I gave another solution which takes o(n).