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: Get Decreasing Order of DFS Finishing Times Traverse the Reverse Graph 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