Search Suggestions System
Try to solve the Search Suggestions System problem.
We'll cover the following...
Statement
Given an array of strings called products
and a word to search, design a system that, when each character of the searched word is typed, suggests at most three product names from products
. Suggested products should share a common prefix with the searched word. If more than three products exist with a common prefix, return the three product names that ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy