ascending-subarray-uses-strict-inequality

Status: IN

The ascending condition is strictly greater-than (`>`), not `>=`, so equal adjacent elements reset the running sum — matching the LeetCode specification.

Source: entries/2026/06/06/maximum-ascending-subarray-sum-solution.md

JSON