1. What have the authors contributed in "Computing maximum-scoring segments in almost linear time" ?
Given a sequence, the problem studied in this paper is to find a set of k disjoint continuous subsequences such that the total sum of all elements in the set is maximized.. For a given sequence of length n, the authors present an almost linear-time algorithm for this problem.
read more