News

This paper presents a parallel algorithm for the maximum sub array problem implemented on a machine with GPUs. Given a sequence of numbers, the maximum subsequence is a contiguous subsequence with ...
This overall greatly minimizes the amount of calculations necessary to sum a subarray. The function labeled maxSubArr is my final solution to the problem. Note that it does not take inspiration from ...