2000 character limit reached
An algorithm with a delay of $\mathcal{O}(kΔ)$ for enumerating connected induced subgraphs of size $k$ (2404.12559v2)
Published 19 Apr 2024 in cs.DS and cs.DM
Abstract: The problem of enumerating connected subgraphs of a given size in a graph has been extensively studied in recent years. In this short communication, we propose an algorithm with a delay of $\mathcal{O}(k\Delta)$ for enumerating all connected induced subgraphs of size $k$ in an undirected graph $G=(V, E)$, where $k$ and $\Delta$ are respectively the size of subgraphs and the maximum degree of $G$. The proposed algorithm improves upon the current best delay bound $\mathcal{O}(k2\Delta)$ for the connected induced subgraph enumeration problem in the literature.
- R. Uehara. The number of connected components in graphs and its applications. Manuscript. URL: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.44.5362.
- Tarjan R. Depth-first search and linear graph algorithms. SIAM journal on computing,1972, 1(2):146-160.
- Wang S, Xiao C. Novel algorithms for efficient mining of connected induced subgraphs of a given cardinality. arxiv preprint arxiv:2112.07197 (2021).