design patterns - How does Google's "Search Suggest" (Instant) Work? -
this example of google instant:
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
Post a Comment