This is the first post amongst a few that would follow in an attempt to solve the Quora challenge Typeahead search. This problem particularly interests me. Why? Because during my internship at Media.net (Directi), I worked on a similar problem. Having spent an entire summer working on an equivalent of Google's "instant search", I realized how complex it is. "Bigger dataset, lesser query time", this was all that was on my mind for most of my summer.
Having done a lot of research earlier, I referred back to the following to see if I can apply any ideas directly
[More discussion in follow-up posts]
Having done a lot of research earlier, I referred back to the following to see if I can apply any ideas directly
- A very fast approach to auto complete (or search suggestions)
- Efficient auto-complete with a ternary search tree
- Trie examples
- What is the best autocomplete/suggest algorithm,datastructure
[More discussion in follow-up posts]