Vivek's blog: Roll your own autocomplete solution using Tries.
You might have come across many websites with autocomplete suggestions, most notably Google.
Adding such an option to your site or application might seem daunting but there is a very simple recursive data structure that solves the problem. There is a ton of literature on the net on how to…



