Hi! Because what problems start with BFS? Since I saw some problems but they seem too complex to start, could someone recommend some problems with which to start being able to use this algorithm. I thank you in advance.
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3741 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3489 |
7 | Radewoosh | 3483 |
8 | Kevin114514 | 3442 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 169 |
2 | atcoder_official | 162 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
5 | djm03178 | 158 |
6 | -is-this-fft- | 157 |
7 | adamant | 155 |
8 | awoo | 154 |
8 | Dominater069 | 154 |
10 | nor | 150 |
Hi! Because what problems start with BFS? Since I saw some problems but they seem too complex to start, could someone recommend some problems with which to start being able to use this algorithm. I thank you in advance.
Название |
---|
Hi there o/
I know some easy problems involving BFS, but they are mainly from Beecrowd and Kattis online judges:
from Beecrowd: - "Help Clotilde": link
"Connected Components": link
"Knight Moves": link
"Level Order Tree Traversal": link
From Kattis:
"Cyanide Rivers": link
"Grid": link
Note: keep in mind that these are standard problems. But they are good to start understanding the algorithm.
Hope this helps.
you can join this group and solve different problems on some specific topics there is Varity of difficulty in problems so you can solve most solved problems on each topic at the beginning
complete training from zero group
thx
easy
329B
1176E
1037D
35C (multi-source)
medium level
1651D
1613E
173B
and some hard ones...
542E
29E
1407E
Thank you so much for the problems!!
You're welcome