Animoto interview question

What type of data structure would you use to implement auto-complete functionality where memory usage needs to be minimized?

Interview Answer

Anonymous

18 Dec 2010

Use a trie

1