design patterns - How does Google's "Search Suggest" (Instant) Work? -


this example of google instant:

enter image description here

i understood following question how google instant work? whenever user types ajax call made returns relevant 'suggestions', but, how work internally?
what's architecture feature?
using trie data structure approach or else?


Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

Formatting string according to pattern without regex in php -