adaptatron's blog

By adaptatron, 3 hours ago, In English

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

  • Vote: I like it
  • +1
  • Vote: I do not like it

»
2 hours ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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