Personal Capital interview question

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

Interview Answer

Anonymous

1 Mar 2015

Use a trie.