Finding Strong Components Using Depth-First Search

Robert E. Tarjan,Uri Zwick
DOI: https://doi.org/10.48550/arXiv.2201.07197
2022-04-12
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.
Data Structures and Algorithms
What problem does this paper attempt to address?