
字典树Trie
Nicolas Lee
Yesterday you said tomorrow
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
"strcmp()" Anyone? UVA - 11732 字典树(树的存储:左儿子--右兄弟表示法)
题目链接 strcmp() is a library function in C/C++ which compares two strings. It takes two strings as input parameter and decides which one is lexicographically larger or smaller: If the rst string is ...原创 2019-04-10 23:38:26 · 281 阅读 · 0 评论 -
Remember the Word UVALive - 3942 背单词 字典树+dp
题目链接 Neal is very curious about combinatorial problems, and now here comes a problem about words. Know- ing that Ray has a photographic memory and this may not trouble him, Neal gives it to Ji...原创 2019-04-09 22:37:14 · 265 阅读 · 0 评论