会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
seasonal
博客园
首页
管理
2016年11月26日
【Trie的模板】例题11 LA3942 Remember the Word(字典树+dp)
摘要: Trie也就是字典树,可以处理一些字符串的查找问题,写起来还是很简单的,下面记录一下模板:#include#include#include#includeusing namespace std;const int maxnode = 400000;const int ...
阅读全文
posted @ 2016-11-26 14:52 seasonal
阅读(75)
评论(0)
推荐(0)
编辑