Testing Triangle Freeness in the General Model in Graphs with Arboricity $O(\sqrt{n})$
Reut Levi

TL;DR
This paper introduces a new graph property testing algorithm for triangle freeness that depends on the graph's arboricity and average degree, providing tight bounds for graphs with arboricity up to $O(\sqrt{n})$.
Contribution
The paper presents a triangle-freeness testing algorithm with bounds based on arboricity and average degree, extending prior work to a broader class of graphs.
Findings
Query complexity is $ ilde{O}(rac{ ext{arboricity}}{ ext{average degree}} + ext{arboricity})$
For graphs with arboricity $O(\sqrt{n})$, the bounds are tight
Lower bounds match the upper bounds for a wide range of parameters
Abstract
We study the problem of testing triangle freeness in the general graph model. This problem was first studied in the general graph model by Alon et al. (SIAM J. Discret. Math. 2008) who provided both lower bounds and upper bounds that depend on the number of vertices and the average degree of the graph. Their bounds are tight only when and or when , where denotes the maximum degree and denotes the average degree of the graph. In this paper we provide bounds that depend on the arboricity of the graph and the average degree. As in Alon et al., the parameters of our tester is the number of vertices, , the number of edges, , and the proximity parameter (the arboricity of the graph is not a parameter of the algorithm). The query complexity of our tester is $\tilde{O}(\Gamma/\bar{d} +…
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 · Advanced Graph Theory Research · Optimization and Search Problems
