AbstractIn this paper we propose dynamic algorithms for maintaining a breadth-first search tree from a given source vertex of a directed graph G in either an incremental or a decremental setting. During a sequence of q edge insertions or a sequence of q edge deletions the total time required is O(m·min{q,n}), where n is the number of vertices of G, and m is the final number of edges of G in the case of insertions or the initial number of edges of G in the case of deletions. This gives O(n) amortized time for each operation if the sequence has length Ω(m). Our algorithms require O(n+m) space. These are the first results in the literature concerning the dynamic maintenance of a breadth-first search tree for directed graphs. As a straightforwa...
We address the problem of single-source shortest path computation in digraphs with non-negative edg...
We study the exact fully dynamic shortest paths problem. For real-weighted directed graphs, we show ...
We consider the problem of preprocessing an $n$-vertex digraph with real edge weights so that subseq...
AbstractIn this paper we propose dynamic algorithms for maintaining a breadth-first search tree from...
In this paper we propose dynamic algorithms for maintaining a breadth-first search tree from a given...
We show how to maintain a shortest path tree of a general directed graph G with unit edge weights an...
Dynamic graph algorithms maintain a certain property (e.g., connectivity) of a graph that changes dy...
Abstract. Depth First Search (DFS) tree is a fundamental data struc-ture for graphs used in solving ...
We describe algorithms for finding shortest paths and distances in a planar digraph which exploit th...
AbstractWe propose dynamic algorithms and data structures for chordal graphs supporting the followin...
We introduce a new dynamic data structure for maintaining the strongly connected components (SCCs) o...
Depth-first search (DFS) is a well-known graph traversal algorithm and can be performed in O ( n...
AbstractWe present the first fully dynamic algorithm for maintaining all pairs shortest paths in dir...
Depth first search (DFS) tree is one of the most well-known data structures for designing efficient ...
In this paper we study two problems in the context of fully dynamic graph algorithms that is, when w...
We address the problem of single-source shortest path computation in digraphs with non-negative edg...
We study the exact fully dynamic shortest paths problem. For real-weighted directed graphs, we show ...
We consider the problem of preprocessing an $n$-vertex digraph with real edge weights so that subseq...
AbstractIn this paper we propose dynamic algorithms for maintaining a breadth-first search tree from...
In this paper we propose dynamic algorithms for maintaining a breadth-first search tree from a given...
We show how to maintain a shortest path tree of a general directed graph G with unit edge weights an...
Dynamic graph algorithms maintain a certain property (e.g., connectivity) of a graph that changes dy...
Abstract. Depth First Search (DFS) tree is a fundamental data struc-ture for graphs used in solving ...
We describe algorithms for finding shortest paths and distances in a planar digraph which exploit th...
AbstractWe propose dynamic algorithms and data structures for chordal graphs supporting the followin...
We introduce a new dynamic data structure for maintaining the strongly connected components (SCCs) o...
Depth-first search (DFS) is a well-known graph traversal algorithm and can be performed in O ( n...
AbstractWe present the first fully dynamic algorithm for maintaining all pairs shortest paths in dir...
Depth first search (DFS) tree is one of the most well-known data structures for designing efficient ...
In this paper we study two problems in the context of fully dynamic graph algorithms that is, when w...
We address the problem of single-source shortest path computation in digraphs with non-negative edg...
We study the exact fully dynamic shortest paths problem. For real-weighted directed graphs, we show ...
We consider the problem of preprocessing an $n$-vertex digraph with real edge weights so that subseq...