Pergunta de entrevista da empresa Walt Disney Company

In a text document filled with unstructured characters containing certain strings, how would you attain the unique strings in an ordered (alphabetized) list?

Resposta da entrevista

Sigiloso

28 de nov. de 2014

read the file in an array of strings; sort the array elements. compare the elements for dups

2