字典树
文章平均质量分 79
Lionel_D
这个作者很懒,什么都没留下…
展开
-
hdu 1251 统计难题 字典树水题
Problem Description Ignatius最近遇到一个难题,老师交给他很多单词(只有小写字母组成,不会有重复的单词出现),现在老师要他统计出以某个字符串为前缀的单词数量(单词本身也是自己的前缀). Input 输入数据的第一部分是一张单词表,每行一个单词,单词的长度不超过10,它们代表的是老师交给Ignatius统计的单词,一个空行代表单词表的结束.第二部分是一连串的提问,每行一个提问,每个提问都是一个字符串. 注意:本题只有一组测试数据,处理到文件结束.原创 2015-02-03 17:21:36 · 1981 阅读 · 2 评论 -
hdu 2846 Repository 字典树的一种变形
When you go shopping, you can search in repository for avalible merchandises by the computers and internet. First you give the search system a name about something, then the system responds with the results. Now you are given a lot merchandise names in rep原创 2015-02-03 14:32:26 · 1018 阅读 · 0 评论 -
hdu 1247 Hat’s Words 字典树,还是比较有意思的题目
Problem Description A hat’s word is a word in the dictionary that is the concatenation of exactly two other words in the dictionary. You are to find all the hat’s words in a dictionary. Input Standard input consists of a number of lowercase words, one p原创 2015-03-14 16:37:04 · 1194 阅读 · 0 评论