Peaks is the final exercise in lesson 10 on Codility. The goal is to split an array into a series of equal sized blocks, with each block containing at least one peak. A peak is a value in the array that is higher than its neighbours.
I found this to be quite challenging and I am happy that I got the score of 100%.