Question d’entretien chez Netcracker Technology

Remove duplicate characters from a string

Réponse à la question d'entretien

Utilisateur anonyme

29 mars 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)