An algorithm with a delay of $\mathcal{O}(k\Delta)$ for enumerating connected induced subgraphs of size $k$
Chenglong Xiao, Chengyong Mao, Shanshan Wang

TL;DR
This paper introduces an efficient algorithm for enumerating all connected induced subgraphs of a specific size in a graph, achieving a significantly improved delay bound compared to previous methods.
Contribution
The paper presents a novel algorithm with a delay of O(kΔ) for enumerating connected induced subgraphs, improving upon the previous O(k^2Δ) delay bound.
Findings
Achieves a delay of O(kΔ) for enumeration
Requires only O(|V| + |E|) preprocessing time
Outperforms previous delay bounds in the literature
Abstract
The problem of enumerating connected subgraphs of a given size in a graph has been extensively studied in recent years. In this paper, we propose an algorithm with a delay of for enumerating all connected induced subgraphs of size in an undirected graph , where and are respectively the size of subgraphs and the maximum degree of . The algorithm requires a preprocessing step of time to compute a depth-first search traversal order. The proposed algorithm improves upon the current best delay bound for the connected induced subgraph enumeration problem in the literature.
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
Topicsgraph theory and CDMA systems · Advanced Graph Theory Research · Limits and Structures in Graph Theory
