Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

Блог пользователя dawnmist00

Автор dawnmist00, история, 9 лет назад, По-английски

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 !

  • Проголосовать: нравится
  • +3
  • Проголосовать: не нравится

»
9 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Auto comment: topic has been updated by dawnmist00 (previous revision, new revision, compare).

»
9 лет назад, # |
Rev. 4   Проголосовать: нравится +6 Проголосовать: не нравится

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.

»
9 лет назад, # |
Rev. 5   Проголосовать: нравится +2 Проголосовать: не нравится

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