English

Property-Testing in Sparse Directed Graphs: 3-Star-Freeness and Connectivity

Data Structures and Algorithms 2013-12-03 v1

Abstract

We study property testing in directed graphs in the bounded degree model, where we assume that an algorithm may only query the outgoing edges of a vertex, a model proposed by Bender and Ron in 2002. As our first main result, we we present a property testing algorithm for strong connectivity in this model, having a query complexity of O(n1ϵ/(3+α))\mathcal{O}(n^{1-\epsilon/(3+\alpha)}) for arbitrary α>0\alpha>0; it is based on a reduction to estimating the vertex indegree distribution. For subgraph-freeness we give a property testing algorithm with a query complexity of O(n11/k)\mathcal{O}(n^{1-1/k}), where kk is the number of connected componentes in the queried subgraph which have no incoming edge. We furthermore take a look at the problem of testing whether a weakly connected graph contains vertices with a degree of least 33, which can be viewed as testing for freeness of all orientations of 33-stars; as our second main result, we show that this property can be tested with a query complexity of O(n)\mathcal{O}(\sqrt{n}) instead of, what would be expected, Ω(n2/3)\Omega(n^{2/3}).

Keywords

Cite

@article{arxiv.1312.0497,
  title  = {Property-Testing in Sparse Directed Graphs: 3-Star-Freeness and Connectivity},
  author = {Frank Hellweg and Christian Sohler},
  journal= {arXiv preprint arXiv:1312.0497},
  year   = {2013}
}

Comments

Results partly published at ESA 2012

R2 v1 2026-06-22T02:19:00.480Z