Daily Temperatures at Intuit

Medium68.3% acceptance

This problem has 62.5% frequency at Intuit.

Problem Description

Given an array of integers `temperatures` represents the daily temperatures, return _an array_ `answer` _such that_ `answer[i]` _is the number of days you have to wait after the_ `ith` _day to get a warmer temperature_. If there is no future day for which this is possible, keep `answer[i] == 0` inst...

Read full problem and hints

Topics

Also asked at 32 companies


More Intuit Questions

View all Intuit questions