AbstractGraph data in modern scientific and engineering applications are often too large to fit in the computer’s main memory. Input/output (I/O) complexity is a major research issue in this context. Minimization of the number of I/O operations (in external memory graph algorithms) is the main focus of current research while classical (internal memory) graph algorithms were designed to minimize temporal complexity.In this paper, we propose an external memory depth first search algorithm for general grid graphs. The I/O-complexity of the algorithm is O(sort(N)log2NM), where N=|V|+|E|, sort(N)=Θ(NBlogM/BNB) is the sorting I/O-complexity, M is the memory size, and B is the block size. The best known algorithm for this class of graph is the sta...
We present priority queues in the external memory model with block size B and main memory size M tha...
Computing the strong components of a directed graph is an essential operation for a basic structural...
Computing the strong components of a directed graph is an essential operation for a basic structural...
AbstractGraph data in modern scientific and engineering applications are often too large to fit in t...
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/Os ...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external-memory...
We present a collection of new techniques for designing and analyzing efficient external-memory algo...
We give the first external memory algorithm for breadth-first search (BFS) which achieves $o(n)$ I/O...
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 memor...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
We present external memory algorithms for outerplanarity testing, embedding outerplanar graphs, brea...
The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA '06), Miami, Florida, 22-26 Jan...
Breadth First Search (BFS) traversal is an archetype for many important graph problems. However, com...
We present priority queues in the external memory model with block size B and main memory size M tha...
Computing the strong components of a directed graph is an essential operation for a basic structural...
Computing the strong components of a directed graph is an essential operation for a basic structural...
AbstractGraph data in modern scientific and engineering applications are often too large to fit in t...
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/Os ...
Breadth-first search (BFS) is a basic graph exploration technique. We give the first external-memory...
We present a collection of new techniques for designing and analyzing efficient external-memory algo...
We give the first external memory algorithm for breadth-first search (BFS) which achieves $o(n)$ I/O...
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 memor...
ALEXNEX07/ ANACO04: Workshop on Algorithm Engineering & Experiments, 6 January 2007, Astor Crowne P...
We present external memory algorithms for outerplanarity testing, embedding outerplanar graphs, brea...
The Seventeenth Annual ACM-SIAM Symposium on Discrete Algorith (SODA '06), Miami, Florida, 22-26 Jan...
Breadth First Search (BFS) traversal is an archetype for many important graph problems. However, com...
We present priority queues in the external memory model with block size B and main memory size M tha...
Computing the strong components of a directed graph is an essential operation for a basic structural...
Computing the strong components of a directed graph is an essential operation for a basic structural...