08 2017 档案

摘要:题目链接 http://codeforces.com/problemset/problem/43/D D. Journey time limit per test 2 seconds memory limit per test 256 megabytes input standard input o 阅读全文
posted @ 2017-08-07 21:42 BrysonChen 阅读(273) 评论(0) 推荐(0)
摘要:并查集 判读无向图回路 阅读全文
posted @ 2017-08-04 15:24 BrysonChen 阅读(274) 评论(0) 推荐(0)
摘要:初期:一.基本算法: (1)枚举. (poj1753,poj2965) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.(poj3295) (6)模拟法.(poj1068,poj2632,poj1573,poj2993,poj2996) 阅读全文
posted @ 2017-08-04 13:07 BrysonChen 阅读(148) 评论(0) 推荐(0)
摘要:题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=3172 Virtual Friends Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)To 阅读全文
posted @ 2017-08-03 18:26 BrysonChen 阅读(322) 评论(0) 推荐(0)
摘要:题目链接 http://59.77.139.92/Problem.jsp?pid=2351 Problem Description 有一个坐标系,坐标系上有n个点,在同一行或同一列上的任意两点称为关联的,并且关联属性是可传递的,即A和B关联,B和C关联,则可认为A和C关联,现在问图中是否任意两点都是 阅读全文
posted @ 2017-08-03 15:29 BrysonChen 阅读(495) 评论(0) 推荐(0)
摘要:匈牙利算法 阅读全文
posted @ 2017-08-03 11:19 BrysonChen 阅读(202) 评论(0) 推荐(0)