what is the best algorithms to find all strongly connected component of a graph ? I only know the trivial one in text book with time O(V * (E+v)) or O(V^3).
Thanks
graph theory question
Moderator: Board moderators