An algorithm with a delay of O(k) for enumerating connected induced subgraphs of size k

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(k2) for the connected induced subgraph enumeration problem in the literature.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…