adaptatron's blog

By adaptatron, 8 hours ago, In English

Given an array, you are allowed to select a subarray of size at least $$$k$$$ and delete the $$$k^{th}$$$ smallest element. Can you make the array a palindrome after doing the operation any number of times? Practice Problem

I created a video talking about the ideas used in this problem.

  • Vote: I like it
  • -4
  • Vote: I do not like it