当前位置:网站首页>Stack -- 739 Daily temperature
Stack -- 739 Daily temperature
2022-06-29 05:49:00 【Follow the road to the end】
Given an array of integers temperatures , Indicates the daily temperature , Returns an array answer , among answer[i] It means in the i After heaven , Will have a higher temperature . If the temperature doesn't rise after that , Please use... In this position 0 Instead of .
Example 1:
Input : temperatures = [73,74,75,71,69,72,76,73]
Output : [1,1,4,2,1,1,0,0]
Example 2:
Input : temperatures = [30,40,50,60]
Output : [1,1,1,0]
Example 3:
Input : temperatures = [30,60,90]
Output : [1,1,0]
var dailyTemperatures = function (temperatures) {
const stack = [0]
let count = 1
const len = temperatures.length
const res = new Array(len).fill(0)
for(let i=1; i<len; i++) {
const num = temperatures[i]
while(num > temperatures[stack[count-1]]) {
const index = stack.pop()
res[index] = i -index
count--
}
stack.push(i)
count++
}
return res
};1
边栏推荐
- The translation of those exquisite lines in the eighth season of the big bang
- 2022-02 Microsoft vulnerability notification
- Cipher
- Pytest (7) -yield and termination function
- HTTP Caching Protocol practice
- [high concurrency] deeply analyze the callable interface
- How to use regex in file find
- STI, one controller
- Summary of redis basic knowledge points
- HTTP Caching Protocol practice
猜你喜欢

Top ten Devops best practices worthy of attention in 2022

innography

Tcapulusdb Jun · industry news collection (VI)

Why Houdini made the pyside2 plug-in crash
![ASP. Net core 6 framework unveiling example demonstration [03]:dapr initial experience](/img/fd/4c24e10fc91a7ce7e709a0874ba675.jpg)
ASP. Net core 6 framework unveiling example demonstration [03]:dapr initial experience

5,10,15,20-tetra (3,5-dimethoxyphenyl) porphyrin ((tdmpp) H2) /2-nitro-5,10,15,20-tetra (3,5-dimethoxyphenyl) porphyrin copper (no2tdmpp) Cu) supplied by Qiyue

Analysis report on the investment market of the development planning prospect of the recommended NFT industry research industry in 2022 (the attachment is a link to the online disk, and the report is

It turns out that the joys and sorrows of programmers are not interlinked

使用VS创建静态链接库.lib并使用

Regular expressions for shell script values
随机推荐
Service grid ASM year end summary: how do end users use the service grid?
2,5-di (3,4-dicarboxyphenoxy) - 4 '- phenylethynylbiphenyldianhydride (pephqda) / Qiyue custom supply porphyrin modified amphiphilic block copolymer peg113-pcl46-porphyrin
PCI Verilog IP
Ctrip launched the "3+2" office mode. Are you sour?
After nine years of testing, the salary for interviewing Huawei is 10000. Huawei employees: the company doesn't have such a low salary position
Analysis report on the investment market situation of the development planning prospect of the recommended chip industry research industry in 2022 (the attachment is a link to the network disk, and th
DataX connection MySQL cannot find driver
February 14 institutional dragon and tiger list and operation of well-known hot money
ICLR is going to have a big discussion on the deep generation model. Max welling and the winner of the AAAI million dollar award are here. Bengio is one of the organizers
2022 recommended RCEP regional comprehensive economic partnership agreement market quotation Investment Analysis Industry Research Report (the attachment is a link to the online disk, and the report i
Introduction to Photoshop (the first case)
Week 10 - task 0- execution process instance resolution of constructors and destructors
Robot reinforcement learning - transferring end-to-end videomotor control from simulation to realworld (curl 2017)
Common methods for describing 3D models of objects and their advantages and disadvantages
Tcapulusdb Jun · industry news collection (VI)
It turns out that the joys and sorrows of programmers are not interlinked
Design risc-v processor from scratch -- data adventure of five stage pipeline
ES6 Modularization: export /import
gan semi conductor
The first commercial spacewalk of mankind is finalized! Musk SpaceX announced a new round of space travel plan, and the American rich became repeat customers