最新文章列表

HDU-3371-Connect the Cities

HDU-3371-Connect the Cities http://acm.hdu.edu.cn/showproblem.php?pid=3371 最小生成树,已知有些节点已经相连 #include<stdio.h> #include<string.h> #include<stdlib.h> struct cam { int x; int y ...
weiwo1978 评论(0) 有12人浏览 2012-08-11 22:56

HDU-1305-Immediate Decodability

HDU-1305-Immediate Decodability http://acm.hdu.edu.cn/showproblem.php?pid=1305 字典树水题,判断前缀 #include<iostream> #include<cstdio> #include<cstring> #include<cstdlib> using n ...
chuilengqi 评论(0) 有27人浏览 2012-08-09 23:02

HDU-1671-Phone List

HDU-1671-Phone List http://acm.hdu.edu.cn/showproblem.php?pid=1671 字典树,判断是否有某个数字是另一个数字的前缀,注意123不是123的前缀,建树之后要删除节点,否则会Memory LimitExceeded 写的比较麻烦,分两种情况,一是先出现123,再出现1234,;二是先出现1234,再出现123 #includ ...
hongqiang 评论(0) 有752人浏览 2012-08-07 21:24

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics