yesiamrajeev / Hacktoberfest2024

Do contribute to this repository and gain experience. Happy-Hacking.
16 stars 65 forks source link

Graph is Connected Graph or not #103

Closed Afreen-Kazi-1 closed 6 hours ago

Afreen-Kazi-1 commented 21 hours ago

Write a code to find if a given graph is a connected graph or not. A connected graph is a graph having every node connected to every other node. Implement a BFS traversal to travel to every node to check if it is connected to every other node or not.

Afreen-Kazi-1 commented 20 hours ago

Please assign Hacktoberfest 24 and Hacktoberfest Accepted labels to this.