In this paper we examine parallel algorithms for performing a depth-first search (DFS) of a directed or undirected graph in sub-linear time. this subject is interesting in part because DFS seemed at first to be an inherently sequential process, and for a long time many researchers believed that no such algorithms existed. We survey three seminal papers on the subject. The first one proves that a special case of DFS is (in all likelihood) inherently sequential; the second shows that DFS for planar undirected graphs is in NC; and the third shows that DFS for general undirected graphs is in RNC. We also discuss randomnized algorithms, P-completeness and matching, three topics that are essential for understanding and appreciating the results in...
Abstract. Depth First Search (DFS) tree is a fundamental data struc-ture for graphs used in solving ...
Computing the strong components of a directed graph is an essential operation for a basic structural...
Computing the strong components of a directed graph is an essential operation for a basic structural...
In this paper we examine parallel algorithms for performing a depth-first search (DFS) of a directed...
. This paper shows that for a strongly connected planar directed graph of size n, a depth-first sear...
International audienceAdvances in processing power and memory technology have made multicore compute...
AbstractThe depth-first search (DFS) algorithm is one of the basic techniques used in a very large v...
We present a randomized distributed algorithm that computes a Depth-First Search (DFS) tree in ~O(D)...
The following is in two parts, corresponding to the two separate topics in the dissertation.Probabil...
With the increasing processing power of multicore computers, parallel graph search (or graph travers...
Even though a large number of I/O-efficient graph algorithms have been developed, a number of fundam...
Depth first search (DFS) tree is a fundamental data structure for solving various graph problems. Th...
[[abstract]]Let G be an undirected graph and T be a spanning tree of G. In this paper, an efficient ...
AbstractA model is proposed that can be used to classify algorithms as inherently sequential. The mo...
Depth-first search (DFS) is the basis for many efficient graph algorithms. We introduce general tech...
Abstract. Depth First Search (DFS) tree is a fundamental data struc-ture for graphs used in solving ...
Computing the strong components of a directed graph is an essential operation for a basic structural...
Computing the strong components of a directed graph is an essential operation for a basic structural...
In this paper we examine parallel algorithms for performing a depth-first search (DFS) of a directed...
. This paper shows that for a strongly connected planar directed graph of size n, a depth-first sear...
International audienceAdvances in processing power and memory technology have made multicore compute...
AbstractThe depth-first search (DFS) algorithm is one of the basic techniques used in a very large v...
We present a randomized distributed algorithm that computes a Depth-First Search (DFS) tree in ~O(D)...
The following is in two parts, corresponding to the two separate topics in the dissertation.Probabil...
With the increasing processing power of multicore computers, parallel graph search (or graph travers...
Even though a large number of I/O-efficient graph algorithms have been developed, a number of fundam...
Depth first search (DFS) tree is a fundamental data structure for solving various graph problems. Th...
[[abstract]]Let G be an undirected graph and T be a spanning tree of G. In this paper, an efficient ...
AbstractA model is proposed that can be used to classify algorithms as inherently sequential. The mo...
Depth-first search (DFS) is the basis for many efficient graph algorithms. We introduce general tech...
Abstract. Depth First Search (DFS) tree is a fundamental data struc-ture for graphs used in solving ...
Computing the strong components of a directed graph is an essential operation for a basic structural...
Computing the strong components of a directed graph is an essential operation for a basic structural...