
trie树
文章平均质量分 80
mowayao
这个作者很懒,什么都没留下…
展开
-
HDOJ1251-统计难题(trie树入门)
统计难题Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131070/65535 K (Java/Others)Total Submission(s): 16945 Accepted Submission(s): 7292Problem DescriptionIgnatius最近遇到一个难题,老师交给他很原创 2014-06-19 20:29:39 · 835 阅读 · 0 评论 -
UVa11488-Hyper Prefix Sets(trie树)
11488 - Hyper Prefix SetsTime limit: 2.000 seconds#include #include #include #include #include #include #include using namespace std;const int maxn = 5000000;vector vs;int cnt,ans原创 2014-06-19 20:34:41 · 911 阅读 · 0 评论 -
HDU1247-Hat’s Words(trie树)
Hat’s WordsTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 7298 Accepted Submission(s): 2644Problem DescriptionA hat’s word is a原创 2014-06-19 18:51:08 · 918 阅读 · 0 评论 -
HDU4099-Revenge of Fibonacci(trie树+数学基础)
Revenge of FibonacciTime Limit: 10000/5000 MS (Java/Others) Memory Limit: 204800/204800 K (Java/Others)Total Submission(s): 1944 Accepted Submission(s): 446Problem DescriptionThe wel原创 2014-06-20 17:48:00 · 864 阅读 · 0 评论 -
CF455B- A Lot of Games(Trie树+DFS+博弈)
time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputAndrew, Fedor and Alex are inventive guys. Now they invent the ga原创 2014-08-12 13:50:51 · 1057 阅读 · 0 评论