Given the following array of numbers , what is the number of sub-arrays(size greater than 1) that are strictly increasing?
As an explicit example, for the array
, the number of contiguous sub-arrays that are strictly increasing is 2, namely
[3, 4]
and
[3,7]
.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.