views:

33

answers:

0

Possible Duplicate:
graph theory dfs search

I need help solving this question: Write an algorithm that given a simple directed graph G = (V, E) generates and returns the component graph (gscc graph) of G in linear time.