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 $\mathrm{Sort}(x)=\Theta(\frac{x}{B}\cdot \log_{M/B}\frac{x}{B})$, our algorithm needs ${\cal O}(\frac{n}{\gamma \cdot \log_d B} + \mathrm{Sort}(n \cdot B^\gamma))$ I/Os and ${\cal O}(n \cdot B^\gamma)$ external space for an arbitrary parameter $0 <\gamma \le 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
In this chapter, we study the problem of traversing large graphs. A traversal, a systematic method o...
Computing the diameter of a graph is a fundamental part of network analysis. Even if the data fits i...
AbstractGraph data in modern scientific and engineering applications are often too large to fit in t...
We give the first external memory algorithm for breadth-first search (BFS) which achieves $o(n)$ I/O...
We give the first external memory algorithm for breadth-first search (BFS) which achieves o(n) I/Os ...
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...
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...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA \u2706), Miami, Florida, 22-26 ...
We present external memory algorithms for outerplanarity testing, embedding outerplanar graphs, brea...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
In this chapter, we study the problem of traversing large graphs. A traversal, a systematic method o...
Computing the diameter of a graph is a fundamental part of network analysis. Even if the data fits i...
AbstractGraph data in modern scientific and engineering applications are often too large to fit in t...
We give the first external memory algorithm for breadth-first search (BFS) which achieves $o(n)$ I/O...
We give the first external memory algorithm for breadth-first search (BFS) which achieves o(n) I/Os ...
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...
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...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA \u2706), Miami, Florida, 22-26 ...
We present external memory algorithms for outerplanarity testing, embedding outerplanar graphs, brea...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
In this chapter, we study the problem of traversing large graphs. A traversal, a systematic method o...
Computing the diameter of a graph is a fundamental part of network analysis. Even if the data fits i...
AbstractGraph data in modern scientific and engineering applications are often too large to fit in t...