Open william31212 opened 6 years ago
[Codebook]
dijkstra 題單 uva10801 有點太難...
裸題 uva10986 - Sending email
題解 https://abcd40404.github.io/2017/10/01/uva10986/
CF 整包 http://codeforces.com/problemset/tags/shortest%20paths
未確定難度 http://codeforces.com/problemset/problem/229/B http://codeforces.com/problemset/problem/545/E http://codeforces.com/contest/20/problem/C https://codeforces.com/blog/entry/48169
https://www.codechef.com/APRIL17/problems/CLIQUED/ 同一題的中文題目 https://s3.amazonaws.com/codechef_shared/download/translated/APRIL17/mandarin/CLIQUED.pdf
裸題 http://poj.org/problem?id=2387 http://acm.hdu.edu.cn/showproblem.php?pid=2544
solutions https://blog.csdn.net/d_vip/article/details/75732189 https://blog.csdn.net/u012717411/article/details/48094065 http://www.voidcn.com/article/p-exjbbxlr-oa.html
HOJ 的裸題 http://140.136.150.68/judge/problem/view/138
============================= floyd-warshall
POJ 1125
POJ 3660
POJ 1847
[Codebook]
dijkstra 題單 uva10801 有點太難...
裸題 uva10986 - Sending email
題解 https://abcd40404.github.io/2017/10/01/uva10986/