In a text document filled with unstructured characters containing certain strings, how would you attain the unique strings in an ordered (alphabetized) list?
Sigiloso
read the file in an array of strings; sort the array elements. compare the elements for dups