-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Implement an autocomplete system. That is, given a query string s and a set of all possible query strings, return all strings in the set that have s as a prefix.
For example, given the query string de and the set of strings [dog, deer, deal], return [deer, deal].
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels