We reconsider basic algorithmic graph problems in a setting where an n-vertex input graph is read-only and the computation must take place in a working memory of O(n) bits or little more than that. For computing connected components and performing breadth-first search, we match the running times of standard algorithms that have no memory restrictions, for depth-first search and related problems we come within a factor of Theta(loglog n), and for computing minimum spanning forests and single-source shortest-paths trees we come close for sparse input graphs
AbstractFor a graph G in read-only memory on n vertices and m edges and a write-only output buffer, ...
Given a graph of which the n vertices form a regular two-dimensional grid, and in which each (possib...
In this paper, we develop algorithmic optimizations to improve the cache performance of four fundame...
Read-only memory (ROM) model is a classical model of computation to study time-space tradeoffs of al...
We improve upon the running time of several graph and network algorithms when applied to dense graph...
AbstractWe investigate time-space tradeoffs for traversing undirected graphs, using a variety of str...
We present space-efficient algorithms for computing cut vertices in a given graph with n vertices ...
Recent work by Elmasry et al. (STACS 2015) and Asano et al. (ISAAC 2014) reconsidered classical fund...
For many algorithmic problems, traditional algorithms that optimise on the number of instructions ex...
Data stream processing has recently received increasing attention as a computational paradigm for de...
A constant-work-space algorithm has read-only access to an input array and may use only O(1) additio...
Graph processing is experiencing a surge of renewed interest as applications in social networks and ...
Recent work shows that the memory requirements of A * and related graph-search algorithms can be red...
金沢大学Constant-work-space algorithms model computation when space is at a premium: the input is given ...
Motivated by the increasing need for fast processing of large-scale graphs, we study a number of fun...
AbstractFor a graph G in read-only memory on n vertices and m edges and a write-only output buffer, ...
Given a graph of which the n vertices form a regular two-dimensional grid, and in which each (possib...
In this paper, we develop algorithmic optimizations to improve the cache performance of four fundame...
Read-only memory (ROM) model is a classical model of computation to study time-space tradeoffs of al...
We improve upon the running time of several graph and network algorithms when applied to dense graph...
AbstractWe investigate time-space tradeoffs for traversing undirected graphs, using a variety of str...
We present space-efficient algorithms for computing cut vertices in a given graph with n vertices ...
Recent work by Elmasry et al. (STACS 2015) and Asano et al. (ISAAC 2014) reconsidered classical fund...
For many algorithmic problems, traditional algorithms that optimise on the number of instructions ex...
Data stream processing has recently received increasing attention as a computational paradigm for de...
A constant-work-space algorithm has read-only access to an input array and may use only O(1) additio...
Graph processing is experiencing a surge of renewed interest as applications in social networks and ...
Recent work shows that the memory requirements of A * and related graph-search algorithms can be red...
金沢大学Constant-work-space algorithms model computation when space is at a premium: the input is given ...
Motivated by the increasing need for fast processing of large-scale graphs, we study a number of fun...
AbstractFor a graph G in read-only memory on n vertices and m edges and a write-only output buffer, ...
Given a graph of which the n vertices form a regular two-dimensional grid, and in which each (possib...
In this paper, we develop algorithmic optimizations to improve the cache performance of four fundame...