Aozuki's blog

By Aozuki, history, 3 hours ago, In English

Hi!

I’ve recently completed learning about graphs and Depth-First Search (DFS), and I’m excited to start solving problems. However, I’m having trouble finding basic DFS problems that match my current level. I’ve gone through the theory, and now I want to apply my knowledge by solving practical problems.

If anyone has suggestions for beginner-friendly problems involving DFS or graph traversal, I’d really appreciate it! I’m eager to practice and strengthen my problem-solving skills.

Looking forward to your recommendations!

Thanks in advance!

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
3 hours ago, # |
  Vote: I like it +1 Vote: I do not like it

do ATCODER-ABC ( graph traversal will appear ) , they have good problems for beginners their especially DFS , BFS , Good Luck

»
81 minute(s) ago, # |
Rev. 4   Vote: I like it 0 Vote: I do not like it

Couple of good ones that I've personally solved.

USACO Bronze: Livestock Lineup (est 1100)

2008D - Sakurako's Hobby [1100]

2034C - Trapped in the Witch's Labyrinth [1400]

1893A - Anonymous Informant [1400] My personal favorite, though is a bit harder than the others