We present efficient sequential and parallel algorithms for the maximum sum (MS) problem, which is to maximize the sum of some shape in the data array. We deal with two MS problems; the maximum subarray (MSA) problem and the maximum convex sum (MCS) problem. In the MSA problem, we find a rectangular part within the given data array that maximizes the sum in it. The MCS problem is to find a convex shape rather than a rectangular shape that maximizes the sum. Thus, MCS is a generalization of MSA. For the MSA problem, O ( n ) time parallel algorithms are already known on an ( n , n ) 2D array of processors. We improve the communication steps from 2 n − 1 to n, which is optimal. For the MCS problem, we achieve the asympt...
Abstract—The Maximum Subarray Problem (MSP) finds the segment of an array that has the maximum summa...
AbstractGiven a sequence of n numbers, with at least one positive value, the maximum subsequence sum...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...
We present efficient sequential and parallel algorithms for the maximum sum (MS) problem, which is t...
This research is designed to develop and investigate newly defined problems: the Maximum Convex Sum ...
We study the problem of computing the k maximum sum subarrays. Given an array of real numbers and an...
The work of this thesis covers the Maximum Subarray Problem (MSP) from a new perspective. Research ...
Given a sequence Q of n numbers (positive and negative), the maximum subsequence of Q is the contigu...
The maximum subarray problem (MSP) involves selection of a segment of consecutive array elements tha...
AbstractThis research presents efficient methods for computing the maximum sum in a subarray problem...
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 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 is to find the contiguous array elements having the largest possible su...
AbstractWe design an efficient algorithm that maximizes the sum of array elements of a subarray of a...
Abstract—The Maximum Subarray Problem (MSP) finds the segment of an array that has the maximum summa...
AbstractGiven a sequence of n numbers, with at least one positive value, the maximum subsequence sum...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...
We present efficient sequential and parallel algorithms for the maximum sum (MS) problem, which is t...
This research is designed to develop and investigate newly defined problems: the Maximum Convex Sum ...
We study the problem of computing the k maximum sum subarrays. Given an array of real numbers and an...
The work of this thesis covers the Maximum Subarray Problem (MSP) from a new perspective. Research ...
Given a sequence Q of n numbers (positive and negative), the maximum subsequence of Q is the contigu...
The maximum subarray problem (MSP) involves selection of a segment of consecutive array elements tha...
AbstractThis research presents efficient methods for computing the maximum sum in a subarray problem...
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 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 is to find the contiguous array elements having the largest possible su...
AbstractWe design an efficient algorithm that maximizes the sum of array elements of a subarray of a...
Abstract—The Maximum Subarray Problem (MSP) finds the segment of an array that has the maximum summa...
AbstractGiven a sequence of n numbers, with at least one positive value, the maximum subsequence sum...
The maximum subarray problem is to find the array portion that maximizes the sum of array elements i...