Longest Improving Streak
`scores` lists quiz scores over time, in order. Find the length of the longest STRICTLY increasing streak you can pick — the scores you pick don't need to be on consecutive days, but each pick must be strictly higher than the one before it (in original order).
`scores` lists quiz scores over time, in order. Find the length of the longest STRICTLY increasing streak you can pick — the scores you pick don't need to be on consecutive days, but each pick must be strictly higher than the one before it (in original order).