Computing Tree-depth Faster Than $2^{n}$
Fedor V. Fomin, Archontia C. Giannopoulou, Micha{\l} Pilipczuk

TL;DR
This paper presents a faster algorithm for computing the tree-depth of a graph, improving the runtime to approximately 1.96^n, based on structural combinatorial insights into minimal rooted trees.
Contribution
It introduces a novel algorithm that computes tree-depth in sub-exponential time, surpassing the previous exponential bounds, by leveraging structural properties of minimal rooted trees.
Findings
Algorithm runs in O(1.9602^n) time
Provides structural combinatorial results on minimal rooted trees
Improves computational bounds for tree-depth calculation
Abstract
A connected graph has tree-depth at most if it is a subgraph of the closure of a rooted tree whose height is at most . We give an algorithm which for a given -vertex graph , in time computes the tree-depth of . Our algorithm is based on combinatorial results revealing the structure of minimal rooted trees whose closures contain .
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 · Algorithms and Data Compression
