Max absolute path sum in a tree with atmost k inversions.
Разница между en1 и en2, 126 символ(ов) изменены
Please help me solving this problem. I am not getting any idea how to proceed.↵

You are given a
 tree with N nodes and each i'th node has the value a[i] (can be positive as well as negative)n undirected weighed tree with N node . You need to find maximum absolute path sum in the tree with atmost k inversions. In one inversion you can change athe weight of an edge from negative value to positive and vice — versa.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский --n-- 2021-05-04 21:17:38 126
en1 Английский --n-- 2021-05-04 21:08:21 416 Initial revision (published)