2000 character limit reached
Girth of a Planar Digraph with Real Edge Weights in O(n(log n)^3) Time (0908.0697v1)
Published 5 Aug 2009 in cs.DM
Abstract: The girth of a graph is the length of its shortest cycle. We give an algorithm that computes in O(n(log n)3) time and O(n) space the (weighted) girth of an n-vertex planar digraph with arbitrary real edge weights. This is an improvement of a previous time bound of O(n3/2), a bound which was only valid for non-negative edge-weights. Our algorithm can be modified to output a shortest cycle within the same time and space bounds if such a cycle exists.