Tarjan's algorithm
From HandWiki
Tarjan's algorithm may refer to one of several algorithms attributed to Robert Tarjan, including:
- Tarjan's strongly connected components algorithm
- Tarjan's off-line lowest common ancestors algorithm
- Tarjan's algorithm for finding bridges in an undirected graph[1]
- Tarjan's algorithm for finding simple circuits in a directed graph[2]
See also
References
- ↑ Tarjan, Robert E. (1974), "A Note on Finding the Bridges of a Graph", Information Processing Letters 2 (6): 160–161, doi:10.1016/0020-0190(74)90003-9, https://dx.doi.org/10.1016/0020-0190%2874%2990003-9
- ↑ Tarjan, Robert E. (1972), "Enumeration of the Elementary Circuits of a Directed Graph", SIAM Journal on Computing 2 (3): 211–216, doi:10.1137/0202017, https://epubs.siam.org/doi/10.1137/0202017
Original source: https://en.wikipedia.org/wiki/Tarjan's algorithm.
Read more |