Indexing Range Maximum-Sum Segment Queries with Offsets
Abstract
Given an array of real numbers, the maximum segment sum (MSS) problem is to find a contiguous subarray that has the largest sum. While the MSS problem can be solved optimally with Kadane's algorithm in time, the study of its indexing version spawned new extensions such as (a) retrieving the MSS after subtracting a query offset parameter for all array entries or (b) retrieving the MSS for arbitrary query ranges. We here study the combination of both problems (a) and (b), which requires retrieving the MSS for arbitrary query ranges after subtracting a query offset parameter for all array entries. For that, we present an index whose query time is only slower than the best known for (a) by a factor of . In detail, our index uses space, supports queries in time, and can be constructed in time. More generally, for every integer with , we give an -space index with query time; in particular, for every fixed , we obtain linear space and query time. As side results, we obtain the same time-space trade-off in terms of the number of runs of a run-length encoded input, deduce a solution for (a) that works in run-length compressed space and time, and prove a tight bound on the number of non-compatible offsets for binary arrays. Finally, we give supportive lower bounds for our query problem, showing that there is only a polylogarithmic gap of improvement left.
Cite
@article{arxiv.2607.18739,
title = {Indexing Range Maximum-Sum Segment Queries with Offsets},
author = {Seungbum Jo and Dominik Köppl},
journal= {arXiv preprint arXiv:2607.18739},
year = {2026}
}
Comments
Full version of the SWAT 2026 conference paper