An algorithm with a delay of $\mathcal{O}(kΞ”)$ for enumerating connected induced subgraphs of size $k$

April 19, 2024 Β· Declared Dead Β· + Add venue

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Chenglong Xiao, Chengyong Mao, Shanshan Wang arXiv ID 2404.12559 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DM Citations 0 Last Checked 5 months ago
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Ξ”)$ for enumerating all connected induced subgraphs of size $k$ in an undirected graph $G=(V, E)$, where $k$ and $Ξ”$ 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Ξ”)$ for the connected induced subgraph enumeration problem in the literature.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted