Regarding Strongly Connected Components (SCC), which of the following assertions are true:
i) Any SCC with two or more nodes has a cycle
ii) SCC's are only possible in undirected graphs
iii) Kosaraju-Sharir's algorithm for finding SCC's runs in linear time
- Only i) and iii) are true
- Only ii) and iii) are true
- Only i) is true
- Only ii) is true
- None of the above
Original idea by: Júlio César Martins
No comments:
Post a Comment