AbstractThe depth-first search (DFS) algorithm is one of the basic techniques used in a very large variety of graph algorithms. Every application of the DFS involves, besides traversing the graph, constructing a special structured tree, called a DFS tree, that may be used subsequently.In a previous work we have shown that the family of graphs in which every spanning tree is a DFS tree is quite limited. Therefore, the question: Given an undirected graph G=(V, E) and an undirected spanning tree T, is T a DFS tree (T-DFS) in G? was naturally raised and answered by sequential linear-time algorithms. Here we present a parallel algorithm which solves this problem in O(t) time complexity and uses O(|E|/t) processors, where t⩾log|V|, on a CREW PRAM...
In this paper, by means of an abstract model of the SIMD type with vertical data processing (the STA...
In this paper we demonstrate the automated verification of the Nested Depth-First Search (NDFS) algo...
We propose an incremental algorithm to maintain a DFS-forest in a directed acyclic graph under a seq...
AbstractThe depth-first search (DFS) algorithm is one of the basic techniques used in a very large v...
In this paper we examine parallel algorithms for performing a depth-first search (DFS) of a directed...
Abstract. Depth First Search (DFS) tree is a fundamental data struc-ture for graphs used in solving ...
[[abstract]]Let G be an undirected graph and T be a spanning tree of G. In this paper, an efficient ...
We present two new algorithms on undirected graphs. The first of these takes as input a biconnected ...
Depth first search (DFS) tree is a fundamental data structure for solving various graph problems. Th...
We present algorithms for distributed verification and silent-stabilization of a DFS(Depth First Sea...
Depth-first search (DFS) is the basis for many efficient graph algorithms. We introduce general tech...
Depth-first search (DFS) is a well-known graph traversal algorithm and can be performed in O ( n...
Depth first search (DFS) tree is one of the most well-known data structures for designing efficient ...
Abstract – In this paper we are dealing with some basic class of graphs that give a DFS tree which i...
The class NC consists of problems solvable very fast (in time polynomial in log n) in parallel with ...
In this paper, by means of an abstract model of the SIMD type with vertical data processing (the STA...
In this paper we demonstrate the automated verification of the Nested Depth-First Search (NDFS) algo...
We propose an incremental algorithm to maintain a DFS-forest in a directed acyclic graph under a seq...
AbstractThe depth-first search (DFS) algorithm is one of the basic techniques used in a very large v...
In this paper we examine parallel algorithms for performing a depth-first search (DFS) of a directed...
Abstract. Depth First Search (DFS) tree is a fundamental data struc-ture for graphs used in solving ...
[[abstract]]Let G be an undirected graph and T be a spanning tree of G. In this paper, an efficient ...
We present two new algorithms on undirected graphs. The first of these takes as input a biconnected ...
Depth first search (DFS) tree is a fundamental data structure for solving various graph problems. Th...
We present algorithms for distributed verification and silent-stabilization of a DFS(Depth First Sea...
Depth-first search (DFS) is the basis for many efficient graph algorithms. We introduce general tech...
Depth-first search (DFS) is a well-known graph traversal algorithm and can be performed in O ( n...
Depth first search (DFS) tree is one of the most well-known data structures for designing efficient ...
Abstract – In this paper we are dealing with some basic class of graphs that give a DFS tree which i...
The class NC consists of problems solvable very fast (in time polynomial in log n) in parallel with ...
In this paper, by means of an abstract model of the SIMD type with vertical data processing (the STA...
In this paper we demonstrate the automated verification of the Nested Depth-First Search (NDFS) algo...
We propose an incremental algorithm to maintain a DFS-forest in a directed acyclic graph under a seq...