abhisek247767 / LeetCode2024-6Companies30Days

Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and if you like give us a ⭐️
16 stars 29 forks source link

Create CountConnectedComponents_Graphs.cpp #22

Closed madhura-ingole closed 1 week ago

madhura-ingole commented 1 week ago

C++ program to count the number of provinces (connected components) in a graph using an adjacency matrix and Depth First Search (DFS).

madhura-ingole commented 1 week ago

Solved for #21