Ananyasingh2002 / Hacktoberfest2023

Join Hacktoberfest 2023: Contribute to open source, learn, and earn rewards. Beginner-friendly. Explore issues, fork, code, and make a global impact. Let's collaborate!
https://ananyasingh2002.github.io/Hacktoberfest2023/
145 stars 1.22k forks source link

Create Cycle Detection in undirected graphs using BFS #955

Open gbhatt7 opened 1 year ago

gbhatt7 commented 1 year ago

It is the advance use of Breadth First Search in the undirected graph(graph where there is no specific way/direction to go) for the cyclic detection.