2015年4月14日

Touching segments(数据结构)

摘要: 题目链接Problem StatementYour Maths professor is a very nice guy, but he sometimes comes up with not so funny tasks. Today is one such day. The professor ... 阅读全文

posted @ 2015-04-14 20:25 Stomach_ache 阅读(312) 评论(0) 推荐(0) 编辑

Joining Byte Blocks(哈希+带花树)

摘要: 题目链接Problem StatementAs you are probably aware, the Internet protocols specify a canonical byte order convention for data transmitted over the network... 阅读全文

posted @ 2015-04-14 20:23 Stomach_ache 阅读(203) 评论(0) 推荐(0) 编辑

hihocoder 1084 (哈希)

摘要: 题目链接时间限制:4000ms单点时限:4000ms内存限制:256MB描述你知道KMP吗?它是用于判断一个字符串是否是另一个字符串的子串的算法。今天我们想去扩展它。在信息理论中,在两个相同长度的字符串之间的海明码距离是:两个字符串相同位置对应的字符不同的位置数目。换种说法,它表示将一个字符串转化为... 阅读全文

posted @ 2015-04-14 20:19 Stomach_ache 阅读(344) 评论(0) 推荐(0) 编辑

hihocoder 1036 (Trie图)

摘要: 题目链接AC代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 using... 阅读全文

posted @ 2015-04-14 20:13 Stomach_ache 阅读(143) 评论(0) 推荐(0) 编辑

导航