121. Best Time to Buy and Sell Stock(Java, Easy, O(n))
LeetCode 121: Best Time to Buy and Sell Stock
Problem Statement
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 dif...
huanganni.hashnode.dev5 min read