Problem Challenge: Search Auto-Complete Optimized

Solve a problem to test and practice your knowledge and understanding of search engine development using tries.

Problem statement

We're provided with a list of keywords and a query string. Design a system that provides the top three suggestions from the keyword list to the user every time the user types a character of the query string.

The suggested words should be a prefix of the query string typed so far. If there are more ...

Get hands-on with 1600+ tech skills courses.