Question d’entretien chez YuppTV

Find out the missing number in array

Réponse à la question d'entretien

Utilisateur anonyme

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