Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

How do I find k closest integers in an array to its median?

Правка en1, от rezzaque, 2017-03-20 14:58:49

The array A is not sorted and has n distinct integer elements. Our aim to find k<=n elements that are closest to the median of this array. The distance is in terms of absolute value of the element and median's difference. The algorithm asked must have O(n) complexity.

Теги linear time, partition, selections

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский rezzaque 2017-03-20 14:58:49 328 Initial revision (published)