Hi. where can I find some classic problems about graph ? (I mean an online judge that has some classic problems about graph) sorry for bad english !
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 165 |
2 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
4 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
8 | Dominater069 | 154 |
8 | nor | 154 |
Hi. where can I find some classic problems about graph ? (I mean an online judge that has some classic problems about graph) sorry for bad english !
Name |
---|
Auto comment: topic has been updated by dawnmist00 (previous revision, new revision, compare).
DMOJ has some good ones. You can click the column header
Types
here to find the problems related to graph theory. For example, there are problems meant to be solved with Dijkstra's, BFS (there's a little trick to that problem), and cycle detection.You can also look for the categories
graph
,bfs
, etc. on A2 Online Judge.Thanks
you can use uva toolkit and find some easy to hard graph related problem in uva online judge
http://uvatoolkit.com/problemssolve.php
search for "graph"
also there are many good problems on spoj
http://www.spoj.com/problems/SHPATH/
http://www.spoj.com/problems/EZDIJKST/
http://www.spoj.com/problems/COMPANY/
http://www.spoj.com/problems/BOTTOM/ (i love this one)
http://www.spoj.com/problems/PT07X/
http://www.spoj.com/problems/PT07Y/
http://www.spoj.com/problems/PT07Z/
http://www.spoj.com/problems/MST/
and more ...
you can also use spoj tag (it's not completed yet but it's useful)
http://www.spoj.com/problems/tags
Thanks