High Water Mark
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant feedback.
- Domain
- Python
- Difficulty
- easy
- Seniority
- L3
Problem
A weather station logs each hour's temperature into a non-empty list of integers, and on cold nights every reading can sit below zero. For each hour, return the highest temperature recorded up to and including that hour.
Summary
Even below zero, one reading still stands above the rest.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and checks it automatically.