Computing the number of induced copies of a fixed graph in a bounded degree graph
Data Structures and Algorithms
2017-09-21 v2 Discrete Mathematics
Combinatorics
Abstract
In this paper we show that for any graph of order and any graph of order and maximum degree one can compute the number of subsets of that induces a graph isomorphic to in time for some constant . This is essentially best possible.
Keywords
Cite
@article{arxiv.1707.05186,
title = {Computing the number of induced copies of a fixed graph in a bounded degree graph},
author = {Viresh Patel and Guus Regts},
journal= {arXiv preprint arXiv:1707.05186},
year = {2017}
}
Comments
In this version we have improved the running time from $O(c^m\cdot n^2)$ to $O(c^m\cdot n)$. To incorporate this, we had to apply some minor changes, mostly in Section 2, leaving the overall approach essentially unaffected. 10 pages