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 Solvers54
Suggested Problems
-
Arrange Vector in descending order
13264 Solvers
-
Convert a numerical matrix into a cell array of strings
2384 Solvers
-
Solve the set of simultaneous linear equations
494 Solvers
-
10183 Solvers
-
Relative ratio of "1" in binary number
1595 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