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

java - inputmismatch exception -

c - zlib and gdi32 with OpenSSL? -

Formatting string according to pattern without regex in php -