fushinoryuu / A03-Autocomplete

Write a program to implement autocomplete for a given set of N strings and positive weights. That is, given a prefix, find all strings in the set that start with the prefix, in descending order of weight.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Write a program to implement autocomplete for a given set of N strings and positive weights. That is, given a prefix, find all strings in the set that start with the prefix, in descending order of weight.


Languages

Language:Java 100.0%