Strongly connected components of a directed graph can be found in an optimal linear time, by algorithms based on depth first search. Unfortunately, depth first search is difficult to parallelize. We describe two divide--and--conquer algorithms for this problem that have significantly greater potential for parallelization. We show the expected serial runtime of our simpler algorithm to be $O(m\lg n)$, for a graph with $n$vertices and $m$ edges. We then show that the second algorithm has$O(m\lg n)$ worst--case complexity
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
In this paper we examine parallel algorithms for performing a depth-first search (DFS) of a directed...
Abstract. In this paper we consider the problem of computing the connected components of the complem...
Strongly connected components of a directed graph can be found in an optimal linear time, by algorit...
Abstract. This paper presents the method of a parallel implementation of Tarjan’s algorithm that sol...
. This paper shows that for a strongly connected planar directed graph of size n, a depth-first sear...
Abstract In this paper, we consider the problems of computing the strongly connected components and ...
Large, complex graphs are increasingly used to represent unstructured data in scientific application...
A strongly connected component (SCC) is a maximal subgraph of a directed graph G in which every pair...
We present two improved versions of Tarjan's algorithm for finding the strongly connected (or s...
Depth-first search (DFS) is the basis for many efficient graph algorithms. We introduce general tech...
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
In this paper we examine parallel algorithms for performing a depth-first search (DFS) of a directed...
Abstract. In this paper we consider the problem of computing the connected components of the complem...
Strongly connected components of a directed graph can be found in an optimal linear time, by algorit...
Abstract. This paper presents the method of a parallel implementation of Tarjan’s algorithm that sol...
. This paper shows that for a strongly connected planar directed graph of size n, a depth-first sear...
Abstract In this paper, we consider the problems of computing the strongly connected components and ...
Large, complex graphs are increasingly used to represent unstructured data in scientific application...
A strongly connected component (SCC) is a maximal subgraph of a directed graph G in which every pair...
We present two improved versions of Tarjan's algorithm for finding the strongly connected (or s...
Depth-first search (DFS) is the basis for many efficient graph algorithms. We introduce general tech...
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
Let G be a directed graph (digraph) with m edges and n vertices, and let G n e (resp., G n v) be the...
In this paper we examine parallel algorithms for performing a depth-first search (DFS) of a directed...
Abstract. In this paper we consider the problem of computing the connected components of the complem...