The Waiting Game
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
- Seniority
- L4
Problem
A weather station logs one high-temperature reading per day, in recording order, and you get them as the list `temps`. For each day, return how many days you'd wait until a strictly warmer reading appears later in the log, using 0 when no later day is warmer.
Summary
Patience has a price - and a count.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.