Tree problem

Правка en1, от Dinanath_Sv, 2022-07-02 21:35:13

Given a tree. Maybe you know that minimum number of edge disjoint paths that cover all edges in Q/2, where Q = number of vertices with odd degree. The problem is to minimize the length of the longest path and output it. How to solve this? For the tree in the picture answer is 2.

Теги graphs, tree

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Dinanath_Sv 2022-07-02 21:35:13 366 Initial revision (published)