Consider the following directed graph:
In order to apply the Kosaraju-Sharir algorithm, a DFS was performed and the following start and end times were computed:
What will be the first strongly connected component detected in this graph?
- {7}.
- {4, 5, 6}.
- {2, 3, 4}.
- {1, 2, 3}.
- None of the above
Original idea by: Christian Konishi
No comments:
Post a Comment