umdreamer / leetcodeproblems

Solutions for LeetCode OJ
3 stars 9 forks source link

2023.05.24 Problem: 121. Best Time to Buy and Sell Stock #21

Closed umdreamer closed 1 year ago

umdreamer commented 1 year ago
  1. Best Time to Buy and Sell Stock Problem Link

You are given an array prices where prices[i] is the price of a given stock on the ith day.

You want to maximize your profit by choosing a single day to buy one stock and choosing a different day in the future to sell that stock.

Return the maximum profit you can achieve from this transaction. If you cannot achieve any profit, return 0.

Example 1:

Input: prices = [7,1,5,3,6,4]
Output: 5
Explanation: Buy on day 2 (price = 1) and sell on day 5 (price = 6), profit = 6-1 = 5.
Note that buying on day 2 and selling on day 1 is not allowed because you must buy before you sell.

Example 2:

Input: prices = [7,6,4,3,1]
Output: 0
Explanation: In this case, no transactions are done and the max profit = 0.

Constraints:

yeyuxq commented 1 year ago

image

xkqwww commented 1 year ago

无标题

promisewith7 commented 1 year ago

image

123lrb commented 1 year ago

2X$Y XDO~FU`QN33S}JJ4(S

zxm-1235 commented 1 year ago

image

zhjingyan commented 1 year ago

image

cuixiao02 commented 1 year ago
截屏2023-05-24 16 56 08
liu-si-han commented 1 year ago
image
huangyumei1 commented 1 year ago

QQ图片20230524171101

1125766961 commented 1 year ago

image

PinkyLame commented 1 year ago

image

sjh397 commented 1 year ago

image

naqianqpg commented 1 year ago

1CYM@PRUND($}WWCGCXTRDO

daowuwu commented 1 year ago

PWF$YQTYGOUY6%Z OH{ 1 X

tangyexi commented 1 year ago
屏幕截图 2023-05-24 183155
686xiaozhang commented 1 year ago

QQ截图20230524191623

mafanjia commented 1 year ago

截屏12

Lggg1234 commented 1 year ago

屏幕截图 2023-05-24 110729

xiaolu2002 commented 1 year ago

image

bedauern commented 1 year ago
Snipaste_2023-05-24_20-46-59
foxbou commented 1 year ago
image
liuhuanyu6 commented 1 year ago

image

ZWJ2212061008 commented 1 year ago

image

syr2212061031 commented 1 year ago

4{IWZZ$V4N% 5O1J}VXI6)7

12baoxingyu-6 commented 1 year ago
image
FXL1006 commented 1 year ago
image
htywan commented 1 year ago

11

shylieisme commented 1 year ago

8V6S3WK$GW``3GU3@)@J}PK

zyhzxy99 commented 1 year ago

6`A5)3SFX629389C_HJSMKT

gusuning commented 1 year ago
屏幕截图 2023-05-24 221020
24zlx commented 1 year ago

联想截图_20230524221634

wangshiqi7 commented 1 year ago
截屏2023-05-24 22 33 03
zangfushuo commented 1 year ago
截屏2023-05-24 22 39 27