How to solve this problem ?

Revision en1, by NeverSayNever, 2016-03-22 18:17:48

Let G be a graph so that for every v, deg(v) ≥ k. Show that G contains a path of length at least k and give an algorithm to find such a path.


Hint: Augment a path from both ends until there are no vertices outside the path, that are joined to the end vertices of the path.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English NeverSayNever 2016-03-22 18:17:48 311 Initial revision (published)