
数据结构
wangjieyunxia
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UVALive - 3644 并查集
并查集详细分析:http://blog.sina.com.cn/s/blog_87cb8e680100skd7.html原创 2014-04-24 14:17:00 · 507 阅读 · 0 评论 -
九度OJ 1341 艾薇儿的演唱会(40分)
关于 迪杰斯特拉 算法的一道题目。原创 2014-04-10 10:51:38 · 629 阅读 · 0 评论 -
hdu 1671 Phone List
http://acm.hdu.edu.cn/showproblem.php?pid=1671 字典树的经典题目。 #include #include #include #include #include #include #include using namespace std; typedef struct tree { tree* next[10]; int num; }n原创 2014-04-26 20:37:21 · 449 阅读 · 0 评论 -
hdu 3367 Pseudoforest
http://acm.hdu.edu.cn/showproblem.php?pid=3367原创 2014-05-14 09:01:30 · 528 阅读 · 0 评论