Pergunta de entrevista da empresa Netcracker Technology

Remove duplicate characters from a string

Resposta da entrevista

Sigiloso

29 de mar. de 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)