Pregunta de entrevista de Tata Consultancy Services

Describe an algorithm to find a duplicate integer, max number is n

Respuesta de la entrevista

Anónimo

21 feb 2018

Create an array of size n that contains booleans, loop through integers setting the array at the value of the integer to true, checking each time if the value already is true. If it is, it is a duplicate