Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This logic is much more concise than mine. I like it. Mine is a bit overcomplicated =(
It won't work with e.g. [1, 2, 2, 2, 1], will it? In this case we should detect such peak as single point value = 2 & pos = 1. But in your code such point will skip.
Сorrect me if I'm wrong
What is the purpose of peaks = 0