Implementing a dictionary of quick searching words
Interview Answers
Anonymous
Oct 17, 2013
Best way to do this is using Tries
1
Anonymous
Oct 17, 2013
Best way to implement this is using a dictionary
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
Sep 27, 2013
Consider using various data structure for indexing (eg. hash, tree)