Pregunta de entrevista de Netcracker Technology

Remove duplicate characters from a string

Respuesta de la entrevista

Anónimo

29 mar 2021

Convert the string to a character array and then put 2 for loops (outer to iterate over the array & inner to compare duplicates and if found ignore them)