Space-Efficient Parameterized Algorithms on Graphs of Low Shrubdepth
Benjamin Bergougnoux, Vera Chekan, Robert Ganian, Mamadou Moustapha Kant\'e, Matthias Mnich, Sang-il Oum, Micha{\l} Pilipczuk, Erik Jan van Leeuwen

TL;DR
This paper develops space-efficient parameterized algorithms for classical problems on graphs of low shrubdepth, a graph class characterized by bounded-depth clique expressions, achieving improved space complexity while maintaining reasonable time bounds.
Contribution
It introduces new algorithms for Independent Set, Max Cut, and Dominating Set on low shrubdepth graphs with optimized space complexity, and establishes lower bounds linking depth and complexity.
Findings
Independent Set solved in 2^{O(dk)}·n^{O(1)} space
Max Cut solved in n^{O(dk)} space
Lower bounds show exponential growth in depth for polynomial space
Abstract
Dynamic programming on various graph decompositions is one of the most fundamental techniques used in parameterized complexity. Unfortunately, even if we consider concepts as simple as path or tree decompositions, such dynamic programming uses space that is exponential in the decomposition's width, and there are good reasons to believe that this is necessary. However, it has been shown that in graphs of low treedepth it is possible to design algorithms which achieve polynomial space complexity without requiring worse time complexity than their counterparts working on tree decompositions of bounded width. Here, treedepth is a graph parameter that, intuitively speaking, takes into account both the depth and the width of a tree decomposition of the graph, rather than the width alone. Motivated by the above, we consider graphs that admit clique expressions with bounded depth and label…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
