adaptatron's blog

By adaptatron, 4 hours ago, In English

Partition an array into $$$\geq K$$$ blocks, where each each block has $$$\geq L$$$ elements. Across all such partitions, find the maximum value of the $$$K^{th}$$$ smallest block sum.

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

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