In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
Editor to share with you golang leetcode skills how to achieve the maximum profits of the stock, I believe that most people do not know much about it, so share this article for your reference, I hope you will learn a lot after reading this article, let's go to know it!
Suppose the price of a stock is stored in an array in chronological order, what is the maximum profit that can be made by buying and selling the stock at one time?
Example 1:
Input: [7, 1, 5, 3, 6, 4]
Output: 5
Explanation: buy on day 2 (stock price = 1) and sell on day 5 (stock price = 6). Maximum profit = 6-1 = 5.
Note that the profit cannot be 7-1 = 6, because the selling price needs to be greater than the buying price.
Example 2:
Input: [7, 6, 4, 3, 1]
Output: 0
Explanation: in this case, no transaction is completed, so the maximum profit is 0.
Restrictions:
0
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
Material and Resource Transactions With Error Code CST_INVALID_WIP because of missing record in WIP_
© 2024 shulou.com SLNews company. All rights reserved.