Finding Strong Components Using Depth-First Search

Abstract

We survey three algorithms that use depth-first search to find the strong components of a directed graph in linear time: (1) Tarjan's algorithm; (2) a cycle-finding algorithm; and (3) a bidirectional search algorithm.

0

Discussion (0)

Sign in to join the discussion.

Loading comments…