Amazon Interview Question

How would you implement an Autocomplete feature and what data structures would you use to do so?

Interview Answer

Anonymous

Mar 2, 2013

you can use tries datastructure.