Sciweavers

ISAAC
2007
Springer

A Sub-cubic Time Algorithm for the k -Maximum Subarray Problem

13 years 10 months ago
A Sub-cubic Time Algorithm for the k -Maximum Subarray Problem
We design a faster algorithm for the k-maximum sub-array problem under the conventional RAM model, based on distance matrix multiplication (DMM). Specifically we achieve O(n3 log log n/ log n + k log n) for a general problem where overlapping is allowed for solution arrays. This complexity is sub-cubic when k = o(n3 / log n). The best known complexities of this problem are O(n3 + k log n), which is cubic when k = O(n3 / log n), and O(kn3 log log n/ log n), which is sub-cubic when k = o( log n/ log log n).
Sung Eun Bae, Tadao Takaoka
Added 08 Jun 2010
Updated 08 Jun 2010
Type Conference
Year 2007
Where ISAAC
Authors Sung Eun Bae, Tadao Takaoka
Comments (0)