Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

Автор programmer5777, история, 4 часа назад, По-английски

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}.

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

»
4 часа назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

use these tags:

dfs and similar

graphs

shortest paths

trees

  • »
    »
    3 часа назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

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

    • »
      »
      »
      2 часа назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      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 часа назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится

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

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

1638D