[LeetCode]Design Search Autocomplete System 设计搜索自动补全系统
Design a search autocomplete system for a search engine.Users may input a sentence(at least one word and end with a special character '#').For each character they type except '#',you need to return the top 3historical hot ...