Best Time to Buy and Sell Stock
·
PS/LeetCode
문제https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/입력1 결과ans: Int = 최대 이익해석매수 금액은 최소로하고 매도 금액은 최대로 진행코드class Solution { func maxProfit(_ prices: [Int]) -> Int { if prices.count