mauryahimanshu / Must-know-Algorithms-for-competitive-coding

For Hacktoberfest 2020 Contribution
https://hacktoberfest.digitalocean.com/
2 stars 12 forks source link

Depth First Search Algorithm #23

Closed Prashuk156 closed 3 years ago

Prashuk156 commented 3 years ago

Aim: To traverse and possibly search a graph in depth first manner Difficulty: Easy