Amazon interview question

provide an algorithm for shortest prefix matching string

Interview Answer

Anonymous

Feb 19, 2012

We can do it using Trie data structures.