当前位置:网站首页>A wonderful time to buy and sell stocks
A wonderful time to buy and sell stocks
2022-07-01 18:34:00 【Free dreamer】

Traverse the entire array , Deviate to No i Number of hours , Before finding out i-1 The minimum number , Subtracting , Update stock profits
step
1. Create two variables , One stores stock profits , Before a storage i-1 The minimum value of
2. Traverse the entire array for comparison
class Solution {
public:
int maxProfit(vector<int>& prices) {
int res = 0,m=1e4+10;
for(int i = 0;i < prices.size(); i++){
res=max(prices[i]-m,res);
m=min(m,prices[i]);
}
return res;
}
};边栏推荐
- Roll out! Enlightenment!
- MySQL + JSON = King fried
- Batch export all pictures in PPT in one second
- [PHP foundation] realize the connection between PHP and SQL database
- 網上股票開戶安全嗎?是否可靠?
- Extract the compressed package file and retrieve the password
- Function, condition, regular expression
- 主成分之综合竞争力案例分析
- Software construction scheme of smart factory collaborative management and control application system
- Draw drawing process of UI drawing process
猜你喜欢

Bug of QQ browser article comment: the commentator is wrong
![[today in history] February 15: Pascal's father was born; YouTube was founded; Kotlin language comes out](/img/f3/20b73f3545cdd17b9fbc52bf493ab4.jpg)
[today in history] February 15: Pascal's father was born; YouTube was founded; Kotlin language comes out

The new server is packaged with the source code of H5 mall with an operation level value of several thousand

Wechat applet blind box - docking wechat payment

Debiasing word embeddings | talking about word embedding and deviation removal # yyds dry goods inventory #

Fix the black screen caused by iPhone system failure

Nearly 60% of the employees strongly support Ctrip's "3+2" working mode, and work at home for two days a week
![Htt [ripro network disk link detection plug-in] currently supports four common network disks](/img/e4/c06b94243cdbe391b8b2124ff30789.jpg)
Htt [ripro network disk link detection plug-in] currently supports four common network disks

必看,时间序列分析

Kernel stray cat stray dog pet adoption platform H5 source code
随机推荐
Samba basic usage
Glidefast consulting was selected as the elite partner of servicenow in 2022
[2. Basics of Delphi grammar] 4 Object Pascal operators and expressions
EasyCVR通过国标GB28181协议接入设备,出现设备自动拉流是什么原因?
What is web application security testing technology?
Develop those things: add playback address authentication to easycvr platform
MFC obtains local IP (used more in network communication)
Terms related to K line
目前炒期货在哪里开户最正规安全?怎么期货开户?
[acnoi2022] color ball
Cassette helicopter and alternating electric field magnetic manometer DPC
Blue Bridge Cup real question: score statistics
People help ant help task platform repair source code
Work and leisure suggestions of old programmers
Definition of rotation axis in mujoco
Is it safe to open a securities account? Is there any danger
开发那些事儿:EasyCVR平台添加播放地址鉴权
MySQL connection tools
Detailed explanation of select in golang
Roll out! Enlightenment!