[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 …

Space efficient linear time algorithms for BFS, DFS and applications

N Banerjee, S Chakraborty, V Raman… - Theory of Computing …, 2018 - Springer
Research on space efficient graph algorithms, particularly for st-connectivity, has a long
history including the celebrated polynomial time, O (lg n) bits 1 algorithm in undirected …

Improved space efficient algorithms for BFS, DFS and applications

N Banerjee, S Chakraborty, V Raman - International Computing and …, 2016 - Springer
Recent work by Elmasry et al.(STACS 2015) and Asano et al.(ISAAC 2014), reconsidered
classical fundamental graph algorithms focusing on improving the space complexity …

Optimal time-space tradeoff for the 2D convex-hull problem

O Darwish, A Elmasry - European Symposium on Algorithms, 2014 - Springer
We revisit the read-only random-access model, in which the input array is read-only and a
limited amount of workspace is allowed. Given a set of N two-dimensional points in a read …

[HTML][HTML] Space-efficient Euler partition and bipartite edge coloring

T Hagerup, F Kammer, M Laudahn - Theoretical Computer Science, 2019 - Elsevier
We describe space-efficient algorithms for two problems on undirected multigraphs: Euler
partition (partitioning the edges into a minimum number of trails); and bipartite edge coloring …

Selection and sorting in the “restore” model

TM Chan, JI Munro, V Raman - Proceedings of the Twenty-Fifth Annual ACM …, 2014 - SIAM
We consider the classical selection and sorting problems in a model where the initial
permutation of the input has to be restored after completing the computation. While the …

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 …

Priority queues and sorting for read-only data

T Asano, A Elmasry, J Katajainen - … on Theory and Applications of Models …, 2013 - Springer
We revisit the random-access-machine model in which the input is given on a read-only
random-access media, the output is to be produced to a write-only sequential-access media …

Selection and sorting in the “restore” model

TM Chan, JI Munro, V Raman - ACM Transactions on Algorithms (TALG), 2018 - dl.acm.org
We consider the classical selection and sorting problems in a model where the initial
permutation of the input has to be restored after completing thecomputation. Such algorithms …

Faster, space-efficient selection algorithms in read-only memory for integers

TM Chan, JI Munro, V Raman - International Symposium on Algorithms …, 2013 - Springer
Abstract Starting with Munro and Paterson (1980), the selection or median-finding problem
has been extensively studied in the read-only memory model and in streaming models …