English

Testing properties of signed graphs

Data Structures and Algorithms 2021-02-16 v1

Abstract

In graph property testing the task is to distinguish whether a graph satisfies a given property or is "far" from having that property, preferably with a sublinear query and time complexity. In this work we initiate the study of property testing in signed graphs, where every edge has either a positive or a negative sign. We show that there exist sublinear algorithms for testing three key properties of signed graphs: balance (or 2-clusterability), clusterability and signed triangle freeness. We consider both the dense graph model, where we can query the (signed) adjacency matrix of a signed graph, and the bounded-degree model, where we can query for the neighbors of a node and the sign of the connecting edge. Our algorithms use a variety of tools from graph property testing, as well as reductions from one setting to the other. Our main technical contribution is a sublinear algorithm for testing clusterability in the bounded-degree model. This contrasts with the property of k-clusterability which is not testable with a sublinear number of queries. The tester builds on the seminal work of Goldreich and Ron for testing bipartiteness.

Keywords

Cite

@article{arxiv.2102.07587,
  title  = {Testing properties of signed graphs},
  author = {Florian Adriaens and Simon Apers},
  journal= {arXiv preprint arXiv:2102.07587},
  year   = {2021}
}

Comments

21 pages

R2 v1 2026-06-23T23:10:23.555Z