2008
DOI: 10.1016/j.tcs.2008.06.052
|View full text |Cite
|
Sign up to set email alerts
|

Algorithms for finding the weight-constrained k longest paths in a tree and the length-constrained k maximum-sum segments of a sequence

Abstract: In this work, we obtain the following new results: -Given a tree T = (V, E) with a length function : E → R and a weight function w : E → R, a positive integer k, and an interval [L, U ], the Weight-Constrained k Longest Paths problem is to find the k longest paths among all paths in T with weights in the interval [L, U ]. We show that the Weight-Constrained k Longest Paths problem has a lower bound Ω(V log V + k) in the algebraic computation tree model and give an O(V log V + k)-time algorithm for it.-Given a … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1

Citation Types

0
10
0

Year Published

2008
2008
2016
2016

Publication Types

Select...
5
3

Relationship

1
7

Authors

Journals

citations
Cited by 14 publications
(11 citation statements)
references
References 35 publications
0
10
0
Order By: Relevance
“…Wu et al (2009Wu et al ( , 1999 improve on this by presenting an optimal algorithm for computing a maximum density path in a tree in time O(n log n) in the presence of both a lower and upper length bounds. They also give an O(n log 2 n) algorithm for finding a heaviest path in a tree in the presence of length constraints (Wu et al 1999), which is improved to O(n log n) by Liu and Chao (2008). Problems involving Steiner constraints have been widely studied in computer science for a long time.…”
Section: Problem Maximum Density Steiner Subgraphmentioning
confidence: 99%
“…Wu et al (2009Wu et al ( , 1999 improve on this by presenting an optimal algorithm for computing a maximum density path in a tree in time O(n log n) in the presence of both a lower and upper length bounds. They also give an O(n log 2 n) algorithm for finding a heaviest path in a tree in the presence of length constraints (Wu et al 1999), which is improved to O(n log n) by Liu and Chao (2008). Problems involving Steiner constraints have been widely studied in computer science for a long time.…”
Section: Problem Maximum Density Steiner Subgraphmentioning
confidence: 99%
“…Wu et al [21,20] improve on this by presenting an optimal algorithm for computing a maximum density path in a tree in time O(n log n) in the presence of both a lower and upper length bounds. They also give an O(n log 2 n) algorithm for finding a heaviest path in a tree in the presence of length constraints [21], which is improved to O(n log n) by Liu and Chao [14] .…”
Section: Introductionmentioning
confidence: 99%
“…, a j ) to be j − i + 1, j h=i a h , and ( j h=i a h )/( j − i + 1), respectively. The Maximum-Sum Segment problem, which finds a segment maximizing the sum, is widely formulated in pattern recognition [16,22], image processing [15], biological sequence analysis [1,13,17,20,23,25], and data mining [14,15]. It was first surveyed by Bentley in his "Programming Pearls" column of CACM [6,7] and is lineartime solvable using Kadane's algorithm [6].…”
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%