Personal Capital Interview Question

How to implement an autocomplete input field? What data structure would you use?

Interview Answer

Anonymous

Mar 1, 2015

Use a trie.