About Strongly Connected Components (SCC) concepts and Kosaraju-Sharir's algorithm, please select the correct answer regarding the three statements:
- Kosaraju-Sharir's algorithm allow us to convert a direct cyclic graph into a directed acyclic graph (DAG)
- The advantage of detecting SCC in graphs is to be able to apply topologically ordering over any graph, even if there are cycles.
- Kosaraju-Sharir's algorithm is the only algorithm to find SCC in DAGs
A) True-True-False
B) True-False-True
C) False-True-False
D) True-False-False
E) None of the above
Boa questão, mas (1) me pareceu dúbia. Consigo ver argumentos a favor e contra. Mesam coisa com (2).
ResponderExcluir