An O(k logn) algorithm for prefix based ranked autocomplete

10/29/2021
by   Dhruv Matani, et al.
0

Many search engines such as Google, Bing Yahoo! show search suggestions when users enter search phrases on their interfaces. These suggestions are meant to assist the user in finding what she wants quickly and also suggesting common searches that may result in finding information that is more relevant. It also serves the purpose of helping the user if she is not sure of what to search for, but has a vague idea of what it is that she wants. We present an algorithm that takes time proportional to O(k logn), and O(n) extra space for providing the user with the top k ranked suggestions out of a corpus of n possible suggestions based on the prefix of the query that she has entered so far.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset