Computer Science > Data Structures and Algorithms
[Submitted on 19 Apr 2024 (v1), last revised 8 Jul 2025 (this version, v3)]
Title:An algorithm with a delay of $\mathcal{O}(kΔ)$ for enumerating connected induced subgraphs of size $k$
View PDF HTML (experimental)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 $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 algorithm requires a preprocessing step of $O(|V| + |E|)$ time to compute a depth-first search traversal order. The proposed algorithm improves upon the current best delay bound $O(k^2\Delta)$ for the connected induced subgraph enumeration problem in the literature.
Submission history
From: Chenglong Xiao [view email][v1] Fri, 19 Apr 2024 00:45:37 UTC (1,562 KB)
[v2] Fri, 6 Sep 2024 03:23:38 UTC (858 KB)
[v3] Tue, 8 Jul 2025 02:51:48 UTC (817 KB)
References & Citations
export BibTeX citation
Loading...
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.