We give the first external memory algorithm for breadth-first search (BFS) which achieves o(n) I/Os on arbitrary undirected graphs with n nodes and maximum node degree d. Let M and B> d denote the main memory size and block size, respectively. Using Sort(x) = O( ~.IOgM/B ~), our algorithm needs O(~.1o ~ B "-b Sort(n. BY)) I/Os and O(n. B Y) external space for an arbitrary parameter 0 <-/_< 1/2. The result carries over to BFS, depth-first search (DFS) and single source shortest paths (SSSP) on undirected planar graphs with arbitrary node degrees. 1 Introduct ion We use the standard I/O model of [1], which counts accesses to a disk of potentially infinite size using the parameters M for the memory size and B for the block size ...
Computing the diameter of a graph is a fundamental part of network analysis. Even if the data fits i...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
In many different areas of computing, problems can arise which are too large to fit in main memory. ...
We give the first external memory algorithm for breadth-first search (BFS) which achieves $o(n)$ I/O...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external memor...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external-memory...
Breadth First Search (BFS) traversal is an archetype for many important graph problems. However, com...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
We describe a new external memory data structure, the buffered repository tree, and use it to provid...
Modern day’s databases contain over hundred gigabytes to petabytes of information. For efficient and...
The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA '06), Miami, Florida, 22-26 Jan...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
Even though a large number of I/O-efficient graph algorithms have been developed, a number of fundam...
AbstractGraph data in modern scientific and engineering applications are often too large to fit in t...
We present external memory algorithms for outerplanarity testing, embedding outerplanar graphs, brea...
Computing the diameter of a graph is a fundamental part of network analysis. Even if the data fits i...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
In many different areas of computing, problems can arise which are too large to fit in main memory. ...
We give the first external memory algorithm for breadth-first search (BFS) which achieves $o(n)$ I/O...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external memor...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external-memory...
Breadth First Search (BFS) traversal is an archetype for many important graph problems. However, com...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
We describe a new external memory data structure, the buffered repository tree, and use it to provid...
Modern day’s databases contain over hundred gigabytes to petabytes of information. For efficient and...
The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA '06), Miami, Florida, 22-26 Jan...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
Even though a large number of I/O-efficient graph algorithms have been developed, a number of fundam...
AbstractGraph data in modern scientific and engineering applications are often too large to fit in t...
We present external memory algorithms for outerplanarity testing, embedding outerplanar graphs, brea...
Computing the diameter of a graph is a fundamental part of network analysis. Even if the data fits i...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
In many different areas of computing, problems can arise which are too large to fit in main memory. ...