I need help with a graph post

Правка en2, от GokuSSJ7, 2019-10-25 11:55:17

Given a scalar graph of n vertices and n-1 edges. Any two vertices can reach each other through the edges. For each vertex i, find the shortest length from vertex 1 to all vertices divided by vertex i and then return to vertex 1 (with 1 <= i <= n) . (n<=100000)

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский GokuSSJ7 2019-10-25 11:55:17 4 Tiny change: 'he edges. For each vertex, find the' -> 'he edges. \nFor each vertex i, find the'
en1 Английский GokuSSJ7 2019-10-25 11:46:39 289 Initial revision (published)