What problem is this: Cost of the path is the minimum cost of one edge 
Разница между en1 и en2, 101 символ(ов) изменены
Given an undirected connected weighted graph, we define that the cost of a path is the minimum value of AN EDGE that lies in the path. For example, there is a path like this: 1->2->4, and the weight of the edge between (1,2),(2,4) are 9 and 13 consecutively, so the cost of this path is 9. Consider the cost of two vertices (u,v), in every path that connects u and v, choose the path that has the highest cost, and that cost is the cost of (u,v).<br>↵
For example, we have this graph:<b
re> ↵
/predownloaded/7a/66/7a662238f7dc9b6f0ea64225f196326598b8f406.png![ ](https://codeforces.me/1757d9/Capture.PNG)
<br>The cost of 1 and 4 is 10, 
because there are 2 paths, 1->2->4 (cost 10) and 1->3->4 (cost 5) so the cost is 10↵
<br>Can anyone please help me with this? What type of problem is this? Many thanks in advance!!! (Also, pardon me because of my bad English)↵
 

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский peacebringer167 2022-09-09 18:50:27 180
en3 Английский peacebringer167 2022-09-09 18:44:48 43 Tiny change: 's graph:<be> \n![ ](h' -> 's graph:<br> \n![ ](h'
en2 Английский peacebringer167 2022-09-09 18:41:42 101
en1 Английский peacebringer167 2022-09-09 18:40:27 888 Initial revision (published)