Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

dawnmist00's blog

By dawnmist00, history, 9 years ago, In English

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 !

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it +3 Vote: I do not like it

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

»
9 years ago, # |
Rev. 4   Vote: I like it +6 Vote: I do not like it

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 years ago, # |
Rev. 5   Vote: I like it +2 Vote: I do not like it

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