In the past a number of I/O-efficient algorithms were designed to solve a problem on a static data set. However, many data sets like social networks or web graphs change their shape frequently. We provide experimental results of the first external-memory dynamic breadth-first search (BFS) implementation based on earlier theoretical work [13] that crucially relies on a randomized clustering. We refine this approach using a new I/O-efficient deterministic clustering, which groups vertices in a level-aligned hierarchy and facilitates easy access to clusters of changing sizes during the BFS updates. In most cases the new external memory dynamic BFS implementation is significantly faster than recomputing the BFS levels after an edge insertion fr...
We describe a new external memory data structure, the buffered repository tree, and use it to provid...
Data-intensive, graph-based computations are pervasive in several scientific applications, and are k...
Many emerging large-scale data science applications require searching large graphs dis-tributed acro...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
Breadth First Search (BFS) traversal is an archetype for many important graph problems. However, com...
Modern day’s databases contain over hundred gigabytes to petabytes of information. For efficient and...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external-memory...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
Breadth-First Search is an important kernel used by many graph-processing applications. In many of t...
Breadth-first search (BFS) is a widely used graph algorithm. It is data-intensive, and the data acce...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external memor...
The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA \u2706), Miami, Florida, 22-26 ...
We give the first external memory algorithm for breadth-first search (BFS) which achieves $o(n)$ I/O...
Many important graph algorithms are based on the breadth first search (BFS) approach, which builds i...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
We describe a new external memory data structure, the buffered repository tree, and use it to provid...
Data-intensive, graph-based computations are pervasive in several scientific applications, and are k...
Many emerging large-scale data science applications require searching large graphs dis-tributed acro...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
Breadth First Search (BFS) traversal is an archetype for many important graph problems. However, com...
Modern day’s databases contain over hundred gigabytes to petabytes of information. For efficient and...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external-memory...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
Breadth-First Search is an important kernel used by many graph-processing applications. In many of t...
Breadth-first search (BFS) is a widely used graph algorithm. It is data-intensive, and the data acce...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external memor...
The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA \u2706), Miami, Florida, 22-26 ...
We give the first external memory algorithm for breadth-first search (BFS) which achieves $o(n)$ I/O...
Many important graph algorithms are based on the breadth first search (BFS) approach, which builds i...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
We describe a new external memory data structure, the buffered repository tree, and use it to provid...
Data-intensive, graph-based computations are pervasive in several scientific applications, and are k...
Many emerging large-scale data science applications require searching large graphs dis-tributed acro...