The maximum subarray problem is to find the contiguous array elements having the largest possible sum. We extend this problem to find K maximum subarrays. For general K maximum subarrays where overlapping is allowed, Bengtsson and Chen presented OðminfK + n log2n ‚ n ffiffiffiffi p KgÞ time algorithm for one-dimensional case, which finds unsorted subarrays. Our algorithm finds K maximum subarrays in sorted order with improved complexity of O ((n + K) log K). For the twodimensional case, we introduce two techniques that establish O(n 3) and subcubic time
AbstractGiven a sequence of n real numbers and an integer k, 1⩽k⩽12n(n-1), the k maximum-sum segment...
The Maximum Subarray Problem was encountered by Ulf Grenander for maximum likelihood estimation in p...
We present efficient sequential and parallel algorithms for the maximum sum (MS) problem, which is t...
The maximum subarray problem is to find the contiguous array elements having the largest possible su...
Abstract. The maximum subarray problem is to find the array por-tion that maximizes the sum of array...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...
The maximum subarray problem (MSP) involves selection of a segment of consecutive array elements tha...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...
We study the problem of computing the k maximum sum subarrays. Given an array of real numbers and an...
We design a simple algorithm that ranks K largest in Cartesian sums X + Y in O(m + K log K ) time. B...
TR-COSC 03/08We design a simple algorithm that ranks K largest in Cartesian sums X + Y in O(m + K lo...
Given a sequence Q of n numbers (positive and negative), the maximum subsequence of Q is the contigu...
Given an M×N array of reals, we want to find a rectangular contiguous subarray such that the sum of ...
Abstract—The Maximum Subarray Problem (MSP) finds the segment of an array that has the maximum summa...
The maximum sum subarray problem is to find a contiguous subarray with the largest sum. The history ...
AbstractGiven a sequence of n real numbers and an integer k, 1⩽k⩽12n(n-1), the k maximum-sum segment...
The Maximum Subarray Problem was encountered by Ulf Grenander for maximum likelihood estimation in p...
We present efficient sequential and parallel algorithms for the maximum sum (MS) problem, which is t...
The maximum subarray problem is to find the contiguous array elements having the largest possible su...
Abstract. The maximum subarray problem is to find the array por-tion that maximizes the sum of array...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...
The maximum subarray problem (MSP) involves selection of a segment of consecutive array elements tha...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...
We study the problem of computing the k maximum sum subarrays. Given an array of real numbers and an...
We design a simple algorithm that ranks K largest in Cartesian sums X + Y in O(m + K log K ) time. B...
TR-COSC 03/08We design a simple algorithm that ranks K largest in Cartesian sums X + Y in O(m + K lo...
Given a sequence Q of n numbers (positive and negative), the maximum subsequence of Q is the contigu...
Given an M×N array of reals, we want to find a rectangular contiguous subarray such that the sum of ...
Abstract—The Maximum Subarray Problem (MSP) finds the segment of an array that has the maximum summa...
The maximum sum subarray problem is to find a contiguous subarray with the largest sum. The history ...
AbstractGiven a sequence of n real numbers and an integer k, 1⩽k⩽12n(n-1), the k maximum-sum segment...
The Maximum Subarray Problem was encountered by Ulf Grenander for maximum likelihood estimation in p...
We present efficient sequential and parallel algorithms for the maximum sum (MS) problem, which is t...