Leetcode-Best Time to Buy and Sell Stock -java
Posted cynchanpin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Leetcode-Best Time to Buy and Sell Stock -java相关的知识,希望对你有一定的参考价值。
题目:
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), design an algorithm to find the maximum profit.
以上是关于Leetcode-Best Time to Buy and Sell Stock -java的主要内容,如果未能解决你的问题,请参考以下文章
LeetCode-Best Time to Buy and Sell Stock III[dp]
LeetCode-Best Time to Buy and Sell Stock I&&II
算法分析与设计第一周121.Best Time to Buy and Sell Stock&122. Best Time to Buy and Sell Stock II
Best Time to Buy and Sell Stock & Best Time to Buy and Sell Stock II