We know that Kosaraju-Sharir's algorithm can be used to find the Strongly Connected Components (SCCs) of a graph. It is composed of three main tasks: 

  1. Get Decreasing Order of DFS Finishing Times
  2. Traverse the Reverse Graph
  3. Each Tree is a Strongly Connected Component
Given that, and the following graph:



Select the alternative that has the correctly DFS decreasing order of finishing times starting from node A, the correctly reverse graph and, finally, each SCC colored correctly.




      e) None of the above.                                                  




Original idea by: Matheus de Oliveira Saldanha



Comentários

Postar um comentário

Postagens mais visitadas deste blog