Pregunta de entrevista de YuppTV

Find out the missing number in array

Respuesta de la entrevista

Anónimo

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).