Problem 2458. Graph Algorithms - 1 : Length of the largest closed path
An undirected simple graph is given as the form of an adjacency matrix. Find the length of the largest closed path (one that starts and ends in same vertex). Here, length is defined as the number of the vertices included in the path. Assume that the solution is unique.
Definition of adjacency matrix : http://en.wikipedia.org/wiki/Adjacency_matrix
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers12
Suggested Problems
-
299 Solvers
-
166 Solvers
-
Back to basics 22 - Rotate a matrix
914 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
613 Solvers
-
Implement a bubble sort technique and output the number of swaps required
322 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!