
Given an unsorted array of integers, find the length of longest continuous increasing subsequence (subarray).
Example 1:
1 |
Input: [1,3,5,4,7] |
Example 2:
1 |
Input: [2,2,2,2,2] |
1 |
class { |

Given an unsorted array of integers, find the length of longest continuous increasing subsequence (subarray).
Example 1:
1 |
Input: [1,3,5,4,7] |
Example 2:
1 |
Input: [2,2,2,2,2] |
1 |
class { |
近期评论