Microsoft Interview Question

Implementing a dictionary of quick searching words

Interview Answers

Anonymous

Oct 17, 2013

Best way to do this is using Tries

1

Anonymous

Oct 18, 2013

I'd use hash map to do this!

Anonymous

Nov 26, 2013

I would use hashset... how hashmap is useful ?

Anonymous

Sep 27, 2013

Consider using various data structure for indexing (eg. hash, tree)

1

Anonymous

Oct 2, 2013

Hey, I have an interview coming up with Microsoft. I'm a mechanical and have applied for the test engineer position. I have the first interview coming up in a week. Any word of advice? How can I get myself ready for it?

Anonymous

Oct 17, 2013

Best way to implement this is using a dictionary