employer cover photo
employer logo
employer logo

Walt Disney Company

Is this your company?

Walt Disney Company Interview Question

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

Interview Answer

Anonymous

Nov 28, 2014

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

2