当前位置:网站首页>121. 买卖股票的最佳时机
121. 买卖股票的最佳时机
2022-07-23 19:08:00 【迪迦敲代码】
class Solution {
public int maxProfit(int[] prices) {
int min = Integer.MAX_VALUE;
int max = 0;
for (int i = 0; i < prices.length; i++) {
if (prices[i] < min) {
min = prices[i];
}
if (prices[i] - min > max) {
max = prices[i] - min;
}
}
return max;
}
}
边栏推荐
- How to add to-do items for win11 widgets? Win11 method of adding to-do widget
- R language uses the gather function of tidyr package to convert a wide table to a long table (wide table to long table), the first parameter specifies the name of the new data column generated from th
- Introduction to web security SSH testing and defense
- 【Unity项目实践】关卡解锁
- 设置ASP.NET MVC站点默认页为指定页面
- 【Unity项目实践】委托
- Task03 | return
- 重装系统后故障(报错:reboot and select proper boot deviceor insert boot media in selected boot device)
- Leetcode 216. combined sum III
- R language data The table package performs data grouping aggregation statistical transformations and calculates the grouping minimum value (min) of dataframe data
猜你喜欢

深入浅出边缘云 | 1. 概述

梅科尔工作室-小熊派开发笔记2

Edge cloud | 1. overview

Failure after reinstalling the system (error: Reboot and select proper boot device or insert boot media in selected boot device)
![[interview: concurrent Article 22 multithreading: reentrantlock]](/img/a7/19f947faba18e58b768588af414aeb.png)
[interview: concurrent Article 22 multithreading: reentrantlock]

梅科爾工作室-小熊派開發筆記2

How important is 5g dual card and dual access?

AtCoder——Subtree K-th Max

C language leak detection and filling (1)
![[development experience] development project trample pit collection [continuous update]](/img/02/7bea3bf09e9a27b6ab74399639f197.png)
[development experience] development project trample pit collection [continuous update]
随机推荐
[untitled]
QT with OpenGL (frame cache)
absl教程(四):Strings Library
2022山东养老展,中国国际养老服务业展览会,济南老龄产业展
Edge cloud | 1. overview
Set asp Net MVC site default page is the specified page
osgearth使用sundog公司的triton海洋和silverlining云彩效果
The full text of Li Hongzhang's deathbed poem
能量原理与变分法笔记16:虚位移原理的求解
2022山东老博会,山东养老展,中国国际养老服务业展9月举办
千呼万唤,5G双卡双通到底有多重要?
PostgreSQL sequence cache 参数导致的数值序列不连续 有间隔 gap
Leetcode 219. 存在重复元素 II(可以,已解决)
Energy principle and variational method note 18: virtual force principle
What antenna is used for ant interface_ There is an interface at the back of the TV that says standard ant 75 Euro input. What does it mean, antenna? Can you connect the closed route "Suggested collec
Energy principle and variational method note 19: minimum complementary energy principle + possible work principle
JDK installation package and MySQL installation package sorting
[interview: concurrent Article 22 multithreading: reentrantlock]
Leetcode 216. 组合总和 III
Failure after reinstalling the system (error: Reboot and select proper boot device or insert boot media in selected boot device)