English

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 HH of order mm and any graph GG of order nn and maximum degree Δ\Delta one can compute the number of subsets SS of V(G)V(G) that induces a graph isomorphic to HH in time O(cmn)O(c^m\cdot n) for some constant c=c(Δ)>0c = c(\Delta) > 0. 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