roy4801 / FJU_ElPsyCongroo

FJU_ElPsyCongroo
7 stars 0 forks source link

最短路徑 #10

Open william31212 opened 5 years ago

william31212 commented 5 years ago

[Codebook]

dijkstra 題單 uva10801 有點太難...

裸題 uva10986 - Sending email

題解 https://abcd40404.github.io/2017/10/01/uva10986/

roy4801 commented 5 years ago

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

roy4801 commented 5 years ago

https://www.codechef.com/APRIL17/problems/CLIQUED/ 同一題的中文題目 https://s3.amazonaws.com/codechef_shared/download/translated/APRIL17/mandarin/CLIQUED.pdf

roy4801 commented 5 years ago

裸題 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

william31212 commented 5 years ago

HOJ 的裸題 http://140.136.150.68/judge/problem/view/138

roy4801 commented 5 years ago

============================= floyd-warshall