Given a sequence Q of n numbers (positive and negative), the maximum subsequence of Q is the contiguous subsequence that has the maximum sum among all contiguous subsequences of Q. Given a two-dimensional array A of n n numbers (positive and negative), the maximum subarray of A is the contiguous subarray that has the maximum sum among all contiguous subarrays of A. We present two O(log n)-time parallel algorithms -- one for finding the maximum subsequence sum of a given sequence, and the other for finding the maximum subarray sum of a given array. The former is optimal on an EREW PRAM. The latter is optimal on a CREW PRAM, in the sense that the time-processor product matches the current sequential upperbound of O(n³)
Given an M×N array of reals, we want to find a rectangular contiguous subarray such that the sum of ...
The Maximum Subarray Problem was encountered by Ulf Grenander for maximum likelihood estimation in p...
Suppose we are given a vector X of n real numbers and we want to find the maximum sum found in any c...
The maximum subarray problem (MSP) involves selection of a segment of consecutive array elements tha...
The maximum subarray problem is to find the contiguous array elements having the largest possible su...
We present efficient sequential and parallel algorithms for the maximum sum (MS) problem, which is t...
We study the problem of computing the k maximum sum subarrays. Given an array of real numbers and an...
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 contiguous array elements having the largest possible su...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...
Abstract. The maximum subsequence problem nds the contiguous subsequence of n real numbers with the ...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...
AbstractGiven a sequence of n numbers, with at least one positive value, the maximum subsequence sum...
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 ...
Given an M×N array of reals, we want to find a rectangular contiguous subarray such that the sum of ...
The Maximum Subarray Problem was encountered by Ulf Grenander for maximum likelihood estimation in p...
Suppose we are given a vector X of n real numbers and we want to find the maximum sum found in any c...
The maximum subarray problem (MSP) involves selection of a segment of consecutive array elements tha...
The maximum subarray problem is to find the contiguous array elements having the largest possible su...
We present efficient sequential and parallel algorithms for the maximum sum (MS) problem, which is t...
We study the problem of computing the k maximum sum subarrays. Given an array of real numbers and an...
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 contiguous array elements having the largest possible su...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...
Abstract. The maximum subsequence problem nds the contiguous subsequence of n real numbers with the ...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...
AbstractGiven a sequence of n numbers, with at least one positive value, the maximum subsequence sum...
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 ...
Given an M×N array of reals, we want to find a rectangular contiguous subarray such that the sum of ...
The Maximum Subarray Problem was encountered by Ulf Grenander for maximum likelihood estimation in p...
Suppose we are given a vector X of n real numbers and we want to find the maximum sum found in any c...