LeetCode Question · Dec 2020 · USA

Twitter | Phone Screen | Number of continuous increasing count in array

7 upvotes 2,455 views 8 replies

Question Details

Input: array of int output: array of int which is a number of continuous increasing count For example input: [100, 10, 50, 60, 20, 90, 110] output: [1, 1, 2, 3, 1, 5,...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Arrays