[PDF][PDF] Space-efficient basic graph algorithms

A Elmasry, T Hagerup, F Kammer - 2015 - opus.bibliothek.uni-augsburg.de
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 …

On space efficiency of algorithms working on structural decompositions of graphs

M Pilipczuk, M Wrochna - ACM Transactions on Computation Theory …, 2018 - dl.acm.org
Dynamic programming on path and tree decompositions of graphs is a technique that is
ubiquitous in the field of parameterized and exponential-time algorithms. However, one of its …

Almost optimal super-constant-pass streaming lower bounds for reachability

L Chen, G Kol, D Paramonov, RR Saxena… - Proceedings of the 53rd …, 2021 - dl.acm.org
We give an almost quadratic n 2− o (1) lower bound on the space consumption of any o (√
log n)-pass streaming algorithm solving the (directed) st reachability problem. This means …

-space and polynomial-time algorithm for planar directed graph reachability

T Asano, D Kirkpatrick, K Nakagawa… - … Foundations of Computer …, 2014 - Springer
The directed graph reachability problem takes as input an n-vertex directed graph G=(V, E),
and two distinguished vertices v 0, and vertex v*. The problem is to determine whether there …

Space-efficient biconnected components and recognition of outerplanar graphs

F Kammer, D Kratsch, M Laudahn - Algorithmica, 2019 - Springer
We present space-efficient algorithms for computing cut vertices in a given graph with n
vertices and m edges in linear time using O (n+\min {m, n\log\log n\}) O (n+ min m, n log log …

An O (n½+?)-Space and Polynomial-Time Algorithm for Directed Planar Reachability

T Imai, K Nakagawa, A Pavan… - … IEEE Conference on …, 2013 - ieeexplore.ieee.org
We show that the reach ability problem over\em directed planar graphs can be solved
simultaneously in polynomial time and approximately O(n) space. In contrast, the best space …

[PDF][PDF] New time-space upperbounds for directed reachability in high-genus and h-minor-free graphs

D Chakraborty, A Pavan, R Tewari… - … on Foundation of …, 2014 - drops.dagstuhl.de
We obtain the following new simultaneous time-space upper bounds for the directed
reachability problem.(1) A polynomial-time, O (n^{2/3}* g^{1/3})-space algorithm for directed …

Sublinear-space lexicographic depth-first search for bounded treewidth graphs and planar graphs

T Izumi, Y Otachi - 47th International Colloquium on Automata …, 2020 - drops.dagstuhl.de
The lexicographic depth-first search (Lex-DFS) is one of the first basic graph problems
studied in the context of space-efficient algorithms. It is shown independently by Asano et …

Fast and Space-Efficient Parallel Algorithms for Influence Maximization

L Wang, X Ding, Y Gu, Y Sun - Proceedings of the 2024 ACM Workshop …, 2024 - dl.acm.org
Influence Maximization is an important problem in data science. Current solutions with
theoretical guarantees are space-inefficient and have limited parallelism, limiting their …

A framework for in-place graph algorithms

S Chakraborty, A Mukherjee, V Raman… - 26th Annual European …, 2018 - drops.dagstuhl.de
Read-only memory (ROM) model is a classical model of computation to study time-space
tradeoffs of algorithms. A classical result on the ROM model is that any algorithm to sort n …