Computing the Girth of a Planar Graph

  • Authors:
  • Hristo Djidjev

  • Affiliations:
  • -

  • Venue:
  • ICALP '00 Proceedings of the 27th International Colloquium on Automata, Languages and Programming
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

The girth of a G has been defined as the length of a shortest cycle of G. We design an O(n5/4log n) algorithm for finding the girth of an undirected n-vertex planar graph, giving the first o(n2) algorithm for this problem. Our approach combines several techniques such as graph separation, hammock decomposition, covering of a planar graph with graphs of small tree-width, and dynamic shortest path computation. We discuss extensions and generalizations of our result.