A (1±ε)-approximation for maximum subarray sum in the sliding window model can be maintained with O(ε^{-1}(log n)^2) bits of space and O(ε^{-1} log n) update time, which is asymptotically optimal.
Sliding window algorithms
1 Pith paper cite this work. Polarity classification is still indexing.
1
Pith paper citing it
fields
cs.DS 1years
2026 1verdicts
ACCEPT 1representative citing papers
citing papers explorer
-
Approximate Maintenance of Maximum Subarray Sum in the Sliding Window Model
A (1±ε)-approximation for maximum subarray sum in the sliding window model can be maintained with O(ε^{-1}(log n)^2) bits of space and O(ε^{-1} log n) update time, which is asymptotically optimal.