Showing that a graph has a cycle length less than something - MathOverflow [closed]most recent 30 from http://mathoverflow.net2013-06-20T07:04:44Zhttp://mathoverflow.net/feeds/question/57026http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/57026/showing-that-a-graph-has-a-cycle-length-less-than-somethingShowing that a graph has a cycle length less than somethingSorin2011-03-01T19:46:44Z2011-03-01T19:46:44Z
<p>Hi guys,
I have the following exercise to do but don't know how to approach it:</p>
<p>Let G be a graph with n nodes (n ≥ 2), and where every node has degree at least 3. Show that G has a cycle of length ≤ 2*ceiling (log n). And it allows me to consider a Breadth-First search tree.</p>
<p>First of all, what's the length of a cycle? Is it the number of arcs in the cycle? Secondly, how do I show it's 2*ceil(log n)?</p>
<p>Thanks,
Sorin</p>