Improved girth approximation in weighted undirected graphs
Avi Kadria, Liam Roditty, Aaron Sidford, Virginia Vassilevska Williams, Uri Zwick

TL;DR
This paper introduces an efficient algorithm for approximating the girth in weighted undirected graphs, achieving better approximation ratios and running times than previous methods, especially for weighted cases.
Contribution
The paper presents a new algorithm that approximates the girth within a factor of 4/3 in weighted graphs, improving upon previous algorithms in terms of efficiency and approximation quality.
Findings
Runs in expected time $O(kn^{1+1/k} ext{log}n + m(k+ ext{log}n))$
Provides a cycle of length at most $rac{4k}{3}g$
Improves approximation ratios for weighted graphs compared to prior work
Abstract
Let be a -node -edge weighted undirected graph, where is a real \emph{length} function defined on its edges, and let denote the girth of , i.e., the length of its shortest cycle. We present an algorithm that, for any input, integer , in expected time finds a cycle of length at most . This algorithm nearly matches a -time algorithm of \cite{KadriaRSWZ22} which applied to unweighted graphs of girth . For weighted graphs, this result also improves upon the previous state-of-the-art algorithm that in time, where is an integral length function, finds a cycle of length at most ~\cite{KadriaRSWZ22}. For this result improves upon the result of Roditty and…
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 · Computational Geometry and Mesh Generation
