Problem

Правка en1, от Pororo789, 2019-01-30 11:54:29

how to solve this problem:

given a n — numbers of players and their height h_i. You need to split to k teams that the incompatibility is minimal. Incompatibility is the sum of the mx(maximum height of team player)-h_i(height of other player)

n <= 10^5

k <= min(n,20)

h_i <= 10^6

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Pororo789 2019-01-30 11:54:29 306 Initial revision for English translation
ru3 Русский Pororo789 2019-01-30 10:42:11 8
ru2 Русский Pororo789 2019-01-30 10:41:22 41 Мелкая правка: ' player)\n' -> ' player)\nn <= 10^5 \nk <= min(n,20)\nh_i <= 10^6\n'
ru1 Русский Pororo789 2019-01-30 10:40:35 257 Первая редакция (опубликовано)