Showing that a graph has a cycle length less than something - MathOverflow [closed] most recent 30 from http://mathoverflow.net 2013-06-20T07:04:44Z http://mathoverflow.net/feeds/question/57026 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/57026/showing-that-a-graph-has-a-cycle-length-less-than-something Showing that a graph has a cycle length less than something Sorin 2011-03-01T19:46:44Z 2011-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>