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

Автор adaptatron, 4 часа назад, По-английски

Given an array, split into the maximum number of blocks such that each block has equal median.

I created a video discussing the ideas used to solve this problem

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

»
4 часа назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

nice video , this problem focus to proof med of all block is med of init array (i dont sure)