Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя __Serendipity

Автор __Serendipity, история, 23 месяца назад, По-английски

Given an undirected weighted graph G, with N nodes and E edges. You have to answer Q queries.

In each query, you are given two nodes u and v. The answer to the query is the minimum value k such that there is a path from node u to node v such that the maximum weight of the edge in path is at most k.

Constraints : N,E,Q <= 10^5

Can anyone please explain me how to solve this problem!

Полный текст и комментарии »

  • Проголосовать: нравится
  • -5
  • Проголосовать: не нравится