In a text document filled with unstructured characters containing certain strings, how would you attain the unique strings in an ordered (alphabetized) list?
Anonymous
read the file in an array of strings; sort the array elements. compare the elements for dups
Check out your Company Bowl for anonymous work chats.