Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 235 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 235 Bytes

Autocomplete

Implements autocomplete for a given set of N terms, where a term is a query string and an associated nonnegative weight. Given a prefix, finds all queries that start with the given prefix, in descending order of weight.