Please read the new rule regarding the restriction on the use of AI tools. ×

programmer5777's blog

By programmer5777, history, 4 hours ago, In English

Recently I learned BFS but, there aren't any BFS tag on CodeForces. as a new BFS learner I want to solve some BFS problems(so I can make BFS one of my strong topic) Please drop some problem which you think will help me to know the beauty of BFS more. consider the rating range between{1300-2000}.

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

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

use these tags:

dfs and similar

graphs

shortest paths

trees

  • »
    »
    3 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    But, I didn't learn dfs & similar, graphs..

    • »
      »
      »
      2 hours ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Unfortunately, not every bfs problem you solve will just be bfs. You might have to learn some new things along the way.

      I saw this bfs problem the other day: https://codeforces.net/problemset/problem/1775/D. I think that it is very educational.

      • »
        »
        »
        »
        2 hours ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        Yeah! I will learn dfs & similar, graph. Tnx! for the problem.

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

1638D