字典树
文章平均质量分 78
Joefery
生命不息,战斗不止。
展开
-
CSU 1216 异或最大值【字典树】
Description 给定一些数,求这些数中两个数的异或值最大的那个值 Input 第一行为数字个数n,1 Output 任意两数最大异或值 Sample Input 3 3 7 9 Sample Output 14 /*原创 2016-10-19 00:57:52 · 631 阅读 · 0 评论 -
HDU 1671 Phone List 【字典树】
Description Given a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let’s say the phone catalogue listed these numbers: 1. Emergency 911原创 2016-10-17 21:52:49 · 378 阅读 · 0 评论 -
HDU 1251 统计难题 【字典树】
Description Ignatius最近遇到一个难题,老师交给他很多单词(只有小写字母组成,不会有重复的单词出现),现在老师要他统计出以某个字符串为前缀的单词数量(单词本身也是自己的前缀). Input 输入数据的第一部分是一张单词表,每行一个单词,单词的长度不超过10,它们代表的是老师交给Ignatius统计的单词,一个空行代表单词表的结束.第二部分是一连原创 2016-10-17 02:20:48 · 441 阅读 · 0 评论