An improved algorithm for finding a length-constrained maximum-density subtree in a tree

Hsin-Hao Su,Chin Lung Lu,Chuan Yi Tang
DOI: https://doi.org/10.1016/j.ipl.2008.09.027
IF: 0.851
2008-01-01
Information Processing Letters
Abstract:Given a tree T with weight and length on each edge, as well as a lower bound L and an upper bound U, the so-called length-constrained maximum-density subtree problem is to find a maximum-density subtree in T such that the length of this subtree is between L and U. In this study, we present an algorithm that runs in O(nUlogn) time for the case when the edge lengths are positive integers, where n is the number of nodes in T, which is an improvement over the previous algorithms when U=Ω(logn). In addition, we show that the time complexity of our algorithm can be reduced to O(nLlognL), when the edge lengths being considered are uniform.
What problem does this paper attempt to address?