Solution for problem http://algo.rosalind.info/problems/cc/
Based on Depth-First Search algorithm.
Total time complexity: O(V+E) (V - verticies number, E - edges)
Java version: 1.7
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Solution for problem http://algo.rosalind.info/problems/cc/
Based on Depth-First Search algorithm.
Total time complexity: O(V+E) (V - verticies number, E - edges)
Java version: 1.7