#APLQuest 2015-02: Write a function that takes a numeric vector and returns the length of the longest streak of positive growth (see https://apl.quest/2015/2/ to test your solution and view ours).

#APL #SequenceAnalysis #Streaks

APL Quest 2015-2: Longest Streak

Write a function that takes a numeric vector and returns the length of the longest streak of positive growth.