Forum Discussion

Patrick2788's avatar
Patrick2788
Silver Contributor
Mar 21, 2023

Challenge: Find the largest Sub-Array (7 consecutive elements) within a 1,000 element vector

The challenge is simple.  Find the sub-array (7 consecutive elements) within a 1,000 array vector with the largest SUM total.   The vector was randomly generated and there are no duplicates.   My s...

Resources