When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

Just_For_Reyna's blog

By Just_For_Reyna, history, 6 years ago, In English

Hi CodeForces !

Recently , I learn Graphs . and Now I want to solve Problems in CF about graphs.

So please everyone that have a collection of Graphs Problems (DFS,BFS,LCA,Dijkestra,...) Share that with me. I know this a repetitive question and a lot of people asked it in the past but please answer me. :(

a2oj has been shut down until further notice . :( and tags "dfs and similar" , "graphs" , "trees" when I sort them by solving , I see a hard problems;

so please share with me

Sorry for very very poor English :)

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

| Write comment?
»
6 years ago, # |
Rev. 2   Vote: I like it +59 Vote: I do not like it

Good day to you,

Here is some list of Graph Problems. Yes sadly there are just a few problems in each group. If you would like to target some specific group more directly just say (sometime there are more problemsthan just in spoilers but it would need more direct search — also a can hardly do this for "general" topics like dfs, but for some I could)

BFS
BFS-Grid
Bellman-Ford
Blossom
DFS
Dijkstra
DSU
Euler Tour
Flows
Floyd Warshall
Graph
Tree isomorphism
Matching
MCMF
MO-Tree
SCC
Spanning Tree
SPFA_THE_BEST_ALGORITHM
Tree
TSP
LCA

Good Luck & Have Georgeous Day

»
6 years ago, # |
  Vote: I like it +5 Vote: I do not like it

Topological Sort: 510C - Fox And Names

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

CSES Problem Set Really Cool Problems

Handbook

»
21 month(s) ago, # |
  Vote: I like it 0 Vote: I do not like it

...