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

Автор Pulkit3714, история, 12 месяцев назад, По-английски

Hi,

I wrote the following solution using monotonic stack and dp, but it is failing for 2 test cases. Can someone help me with this?

Code:

Spoiler

My understanding is: For each element, we should go to the largest left or right element, that is in sight (no larger element in between). It would be great if someone could point a minimal breaking testcase.

Thanks!

Полный текст и комментарии »

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