How to solve this problem ?

Правка en1, от 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.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский NeverSayNever 2016-03-22 18:17:48 311 Initial revision (published)