1983
DOI: 10.1145/358413.383461
|View full text |Cite
|
Sign up to set email alerts
|

Programming pearls

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
33
0

Year Published

1987
1987
2006
2006

Publication Types

Select...
3
2

Relationship

0
5

Authors

Journals

citations
Cited by 20 publications
(33 citation statements)
references
References 0 publications
0
33
0
Order By: Relevance
“…A length cutoff L is given to avoid reporting extremely short optimal regions. Huang extended the well-known recurrence relation used by Bentley [6] for solving the maximum sum consecutive subsequence problem, and derived a linear-time algorithm for computing the optimal segments with lengths at least…”
Section: Locating Gc-rich Regionsmentioning
confidence: 99%
See 1 more Smart Citation
“…A length cutoff L is given to avoid reporting extremely short optimal regions. Huang extended the well-known recurrence relation used by Bentley [6] for solving the maximum sum consecutive subsequence problem, and derived a linear-time algorithm for computing the optimal segments with lengths at least…”
Section: Locating Gc-rich Regionsmentioning
confidence: 99%
“…tained [13] by extending the dynamically algorithm for the standard maximum sum consecutive subsequence problem in [6].…”
Section: Introductionmentioning
confidence: 99%
“…Given a sequence of real numbers, the maximum subsequence problem finds the contiguous subsequence with the maximum sum [3]. A more general problem is the all maximal subsequences problem [8] which finds a list of all non-overlapping contiguous subsequences with maximal sum.…”
Section: Introductionmentioning
confidence: 99%
“…1 For brevity, we will refer to these as an L constraint and/or U constraint. In addition, the heaviest segment problem with no constraints on segment length is discussed by Bentley [5]. (This version of the problem was motivated by image processing tasks.)…”
Section: Introductionmentioning
confidence: 99%
“…The first result was an unpublished result of Kadane [5] for the unconstrained heaviest segment problem. This solution uses O(n) time and constant space (be-yond the space used to represent the input) 2 .…”
Section: Introductionmentioning
confidence: 99%