Property-Testing in Sparse Directed Graphs: 3-Star-Freeness and Connectivity
Frank Hellweg, Christian Sohler

TL;DR
This paper develops property testing algorithms for directed graphs in the bounded degree model, focusing on strong connectivity, subgraph-freeness, and degree properties, with improved query complexities.
Contribution
It introduces new property testing algorithms for strong connectivity and subgraph-freeness in directed graphs, with novel reductions and complexity bounds.
Findings
Strong connectivity testing with query complexity O(n^{1-ε/(3+α)})
Subgraph-freeness testing with query complexity O(n^{1-1/k})
Degree property testing with query complexity O(√n)
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 for arbitrary ; 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 , where 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 , which can be viewed as testing for freeness of all orientations of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Machine Learning and Algorithms · Optimization and Search Problems
