...

/

Problem Challenge: Search Auto-Complete Optimized

Problem Challenge: Search Auto-Complete Optimized

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

We'll cover the following...

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 ...

Access this course and 1400+ top-rated courses and projects.