Back to problems

Search Suggestions System

Algorithm · Citadel · Medium

Search Suggestions System Medium · Topics · Company Tags · Hints You are building a search-suggestions feature for an e‑commerce site. You have a catalog of product names stored in the array products, along with the searchWord that a customer is typing letter by letter. As each character is typed (from the first letter through the whole word), the system should display up to three product names that share the prefix typed so far. If a prefix cannot be completed to any known…

Checking your access…