[LeetCode] 121. Best Time to Buy and Sell Stock


[LeetCode] 121. Best Time to Buy and Sell Stock

https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/ Best Time to Buy and Sell Stock - LeetCode Can you solve this real interview question? Best Time to Buy and Sell Stock - 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... leetcode.com 문제 주어진 배열 prices에서 prices[i]는 i번째 날의 특정 주식의 가격입니다. 한 주식을 사는 날과 미래...



원문링크 : [LeetCode] 121. Best Time to Buy and Sell Stock