Width, depth and space
Li-Hsuan Chen, Felix Reidl, Peter Rossmanith, Fernando S\'anchez, Villaamil

TL;DR
This paper explores the algorithmic utility of treedepth in graphs, establishing space lower bounds for dynamic programming and proposing more space-efficient branching algorithms for problems like Dominating Set, 3-Coloring, and Vertex Cover.
Contribution
It provides new space lower bounds for dynamic programming algorithms on treedepth decompositions and introduces branching algorithms that are more space-efficient and parallelizable.
Findings
Dynamic programming on treedepth decompositions requires exponential space.
Branching algorithms can solve problems with less space and are easier to parallelize.
New algorithms for Dominating Set, 3-Coloring, and Vertex Cover with improved space complexity.
Abstract
The width measure treedepth, also known as vertex ranking, centered coloring and elimination tree height, is a well-established notion which has recently seen a resurgence of interest. Since graphs of bounded treedepth are more restricted than graphs of bounded tree- or pathwidth, we are interested in the algorithmic utility of this additional structure. On the negative side, we show that every dynamic programming algorithm on treedepth decompositions of depth~ cannot solve Dominating Set with space for any . This result implies the same space lower bound for dynamic programming algorithms on tree and path decompositions. We supplement this result by showing a space lower bound of for 3-Coloring and for Vertex Cover. This formalizes the common intuition that dynamic…
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.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
