# New Subquadratic Approximation Algorithms for the Girth

**Authors:** S{\o}ren Dahlgaard, Mathias B{\ae}k Tejs Knudsen, Morten St\"ockel

arXiv: 1704.02178 · 2017-04-10

## TL;DR

This paper introduces new subquadratic algorithms for approximating the girth of graphs, achieving near-optimal and constant-factor approximations faster than previous methods.

## Contribution

It presents two novel algorithms: a $(1+	ext{small constant})$-approximation in truly subquadratic time and an $O(1)$-approximation in near-linear time, improving upon prior work.

## Key findings

- Achieves a $(1+	ext{small constant})$-approximation in $	ilde{O}(n^{2-1/k})$ time.
- Provides an $O(1)$-approximation in $O(n^{1+	ext{small }	ext{epsilon}})$ time.
- Improves the runtime of constant-factor girth approximation algorithms.

## Abstract

We consider the problem of approximating the girth, $g$, of an unweighted and undirected graph $G=(V,E)$ with $n$ nodes and $m$ edges. A seminal result of Itai and Rodeh [SICOMP'78] gave an additive $1$-approximation in $O(n^2)$ time, and the main open question is thus how well we can do in subquadratic time.   In this paper we present two main results. The first is a $(1+\varepsilon,O(1))$-approximation in truly subquadratic time. Specifically, for any $k\ge 2$ our algorithm returns a cycle of length $2\lceil g/2\rceil+2\left\lceil\frac{g}{2(k-1)}\right\rceil$ in $\tilde{O}(n^{2-1/k})$ time. This generalizes the results of Lingas and Lundell [IPL'09] who showed it for the special case of $k=2$ and Roditty and Vassilevska Williams [SODA'12] who showed it for $k=3$. Our second result is to present an $O(1)$-approximation running in $O(n^{1+\varepsilon})$ time for any $\varepsilon > 0$. Prior to this work the fastest constant-factor approximation was the $\tilde{O}(n^{3/2})$ time $8/3$-approximation of Lingas and Lundell [IPL'09] using the algorithm corresponding to the special case $k=2$ of our first result.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.02178/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1704.02178/full.md

## References

12 references — full list in the complete paper: https://tomesphere.com/paper/1704.02178/full.md

---
Source: https://tomesphere.com/paper/1704.02178