Standard problems for DFS graphs and trees for beginners

I started learning graphs and learnt BFS DFS and other algos. Can anyone provide me with the link of some standard problems related to DFS and BFS so that I can learn the way to approach these problems?

https://cses.fi/problemset/task/1192
https://cses.fi/problemset/task/1666
https://cses.fi/problemset/task/1667

These are some good problems which will help you :slight_smile: .
Problem difficulty : EASY.

4 Likes

I would suggest you to go for A2oj Categories for this. A huge collection of questions from different Online Judges.

thanks bro! can you also give me some youtube links for learning grpahs

I learnt from these materials :



I hope this helps :slight_smile: