The Market Streak
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
- Seniority
- L4
Problem
Given a list of daily prices, return a list of the same length. Position i holds the count of consecutive days ending at day i where the price was <= prices[i] (including day i itself).
Summary
Some stocks run longer than you think.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.