Adjacency matrix of an undirected graph is given. Return the number of connected components in the graph.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers61
Suggested Problems
-
4491 Solvers
-
Back to basics 13 - Input variables
385 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
718 Solvers
-
Add a row of zeros on top of a matrix
268 Solvers
-
384 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Test case 2 matrix is not symmetrical. Can't be the adjacency matrix of an undirected graph.
yes.. fixed it