2006
DOI: 10.1007/11940128_47
|View full text |Cite
|
Sign up to set email alerts
|

Efficient Algorithms for the Sum Selection Problem and K Maximum Sums Problem

Abstract: Abstract. Given a sequence of n real numbers A = a1, a2, . . . , an and a positive integer k, the Sum Selection Problem is to find the segment A(i, j) = ai, ai+1, . . . , aj such that the rank of the sumsegments. We present a deterministic algorithm for this problem that runs in O(n log n) time. The previously best known randomized algorithm for this problem runs in expected O(n log n) time. Applying this algorithm we can obtain a deterministic algorithm for the k Maximum Sums Problem, i.e., the problem of enu… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2008
2008
2011
2011

Publication Types

Select...
3
2

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(3 citation statements)
references
References 21 publications
(18 reference statements)
0
3
0
Order By: Relevance
“…Bengtsson and Chen [3] first studied the Sum Selection problem and gave an O(n log 2 n)-time algorithm for it. Recently, Lin and Lee provided an O(n log n)-time algorithm [13] for the Sum Selection problem and an expected O(n log(u − l + 1))time randomized algorithm [14] for the Length-Constrained Sum Selection problem. In the following, we show how to solve the Length-Constrained Sum Selection problem in worst-case O(n log(u − l + 1)) time.…”
Section: Appendix A: Applications To the Length-constrained Sum Selec...mentioning
confidence: 99%
See 1 more Smart Citation
“…Bengtsson and Chen [3] first studied the Sum Selection problem and gave an O(n log 2 n)-time algorithm for it. Recently, Lin and Lee provided an O(n log n)-time algorithm [13] for the Sum Selection problem and an expected O(n log(u − l + 1))time randomized algorithm [14] for the Length-Constrained Sum Selection problem. In the following, we show how to solve the Length-Constrained Sum Selection problem in worst-case O(n log(u − l + 1)) time.…”
Section: Appendix A: Applications To the Length-constrained Sum Selec...mentioning
confidence: 99%
“…The Minkowski Sum Optimization problem is equivalent to the Minkowski Sum Selection problem with k = 1. A variety of selection problems, including the Sum Selection problem [3,13], the Length-Constrained Sum Selection problem [14], and the Slope Selection problem [7,18], are linear-time reducible to the Minkowski Sum Selection problem with a linear objective function or an objective function of the form f (x, y) = by ax . It is desirable that relevant selection problems from diverse fields are integrated into a single one, so we don't have to consider them separately.…”
Section: Introductionmentioning
confidence: 99%
“…Since then, there have been many variants proposed. The k MaximumSum Segments problem [3][4][5]10,12,18,19] is to locate the k segments whose sums are the k largest among all possible sums, and is solvable in O (n + k) time [10,21]. The Range Maximum-Sum Segment Query (RMSQ) problem is to preprocess the input sequence such that any range maximum-sum segment query can be answered quickly, where a range maximum-sum segment query specifies two intervals [i, j] and [k, l] and the goal is to find a segment A(x, y) with maximum sum subject to i x j and k y .…”
Section: Introductionmentioning
confidence: 99%