leetcode 1749. Maximum Absolute Sum of Any Subarray - DP or just linear scan and check, or Kadane

preview_player
Показать описание
See other videos @codeyao9796
Python solution to leetcode problem 1749: Maximum Absolute Sum of Any Subarray. Here the solutions we present are essentially following DP. However, due to the simple context, we just need do a linear scan and check.
Рекомендации по теме