Tree problem

Revision en1, by 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.

Tags graphs, tree

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Dinanath_Sv 2022-07-02 21:35:13 366 Initial revision (published)