Depth first search (DFS) tree is a fundamental data structure for solving various graph problems. The classical algorithm for building a DFS tree requires O(m+n) time for a given undirected graph G having n vertices and m edges. In the streaming model, an algorithm is allowed several passes (preferably single) over the input graph having a restriction on the size of local space used. Now, a DFS tree of a graph can be trivially computed using a single pass if O(m) space is allowed. In the semi-streaming model allowing O(n) space, it can be computed in O(n) passes over the input stream, where each pass adds one vertex to the DFS tree. However, it remains an open problem to compute a DFS tree using o(n) passes using o(m) space even in any rel...
Computing the strong components of a directed graph is an essential operation for a basic structural...
We initiate the investigation of the parameterized complexity of Diameter and Connectivity in the st...
Computing the strong components of a directed graph is an essential operation for a basic structural...
Abstract. Depth First Search (DFS) tree is a fundamental data struc-ture for graphs used in solving ...
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...
The semi-streaming model is a variant of the streaming model frequently used for the computation of ...
Depth first search (DFS) tree is one of the most well-known data structures for designing efficient ...
The lexicographic depth-first search (Lex-DFS) is one of the first basic graph problems studied in t...
Data stream processing has recently received increasing attention as a computational paradigm for de...
Depth first search is a natural algorithmic technique for constructing a closed route that visits al...
Depth-first search (DFS) is a well-known graph traversal algorithm and can be performed in O ( n...
We formalize a potentially rich new streaming model, the semi-streaming model, that we believe is ne...
Breadth-first search (BFS) and depth-first search (DFS) are the two most fundamental search algorith...
We present a randomized distributed algorithm that computes a Depth-First Search (DFS) tree in ~O(D)...
Computing the strong components of a directed graph is an essential operation for a basic structural...
We initiate the investigation of the parameterized complexity of Diameter and Connectivity in the st...
Computing the strong components of a directed graph is an essential operation for a basic structural...
Abstract. Depth First Search (DFS) tree is a fundamental data struc-ture for graphs used in solving ...
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...
The semi-streaming model is a variant of the streaming model frequently used for the computation of ...
Depth first search (DFS) tree is one of the most well-known data structures for designing efficient ...
The lexicographic depth-first search (Lex-DFS) is one of the first basic graph problems studied in t...
Data stream processing has recently received increasing attention as a computational paradigm for de...
Depth first search is a natural algorithmic technique for constructing a closed route that visits al...
Depth-first search (DFS) is a well-known graph traversal algorithm and can be performed in O ( n...
We formalize a potentially rich new streaming model, the semi-streaming model, that we believe is ne...
Breadth-first search (BFS) and depth-first search (DFS) are the two most fundamental search algorith...
We present a randomized distributed algorithm that computes a Depth-First Search (DFS) tree in ~O(D)...
Computing the strong components of a directed graph is an essential operation for a basic structural...
We initiate the investigation of the parameterized complexity of Diameter and Connectivity in the st...
Computing the strong components of a directed graph is an essential operation for a basic structural...