2016年4月21日

HDU_2112_最短路

摘要: 题目链接:http://acm.hdu.edu.cn/status.php?user=l1526789512&pid=2112&status=5 HDU Today Time Limit: 15000/5000 MS (Java/Others) Memory Limit: 32768/32768 K 阅读全文

posted @ 2016-04-21 12:43 JASONlee3 阅读(216) 评论(0) 推荐(0) 编辑

2016年4月19日

HDU_1874_畅通工程续_最短路问题

摘要: 畅通工程续 Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 41873 Accepted Submission(s): 15470 Problem 阅读全文

posted @ 2016-04-19 18:32 JASONlee3 阅读(166) 评论(0) 推荐(0) 编辑

2016年4月18日

codeforces_304C_数学题

摘要: C. Lucky Permutation Triple time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Lucky Per 阅读全文

posted @ 2016-04-18 19:47 JASONlee3 阅读(274) 评论(0) 推荐(0) 编辑

最小生成树-Prim算法和Kruskal算法

摘要: 转载自:http://www.cnblogs.com/biyeymyhjob/archive/2012/07/30/2615542.html 最小生成树-Prim算法和Kruskal算法 Prim算法 1.概览 普里姆算法(Prim算法),图论中的一种算法,可在加权连通图里搜索最小生成树。意即由此算 阅读全文

posted @ 2016-04-18 17:29 JASONlee3 阅读(4594) 评论(0) 推荐(0) 编辑

最短路径—Dijkstra算法和Floyd算法

摘要: 转载自:http://www.cnblogs.com/biyeymyhjob/archive/2012/07/31/2615833.html 最短路径—Dijkstra算法和Floyd算法 Dijkstra算法 1.定义概览 Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节 阅读全文

posted @ 2016-04-18 17:27 JASONlee3 阅读(18779) 评论(0) 推荐(0) 编辑

codeforces_302D

摘要: D. Yaroslav and Time time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output D. Yaroslav and Tim 阅读全文

posted @ 2016-04-18 17:15 JASONlee3 阅读(198) 评论(0) 推荐(0) 编辑

2016年4月17日

codeforces_300C_组合数_快速幂

摘要: C. Beautiful Numbers time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Vitaly is a very we 阅读全文

posted @ 2016-04-17 10:51 JASONlee3 阅读(261) 评论(0) 推荐(0) 编辑

2016年4月16日

codeforces_305C_STLset

摘要: C. Ivan and Powers of Two time limit per test 0.5 seconds memory limit per test 256 megabytes input standard input output standard output C. Ivan and 阅读全文

posted @ 2016-04-16 21:46 JASONlee3 阅读(177) 评论(0) 推荐(0) 编辑

2016年4月15日

codeforces_333B_水过

摘要: B. Chips time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output B. Chips time limit per test 1 s 阅读全文

posted @ 2016-04-15 19:19 JASONlee3 阅读(369) 评论(0) 推荐(0) 编辑

2016年4月14日

HDU_1556_线段树区间更新

摘要: Color the ball Time Limit: 9000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 15157 Accepted Submission(s): 7544 阅读全文

posted @ 2016-04-14 20:03 JASONlee3 阅读(175) 评论(0) 推荐(0) 编辑

导航