[Leetcode] 121. Best Time to Buy and Sell Stock
121. Best Time to Buy and Sell Stock
My Solution
Firstly, I used the two-pointer approach again. (Maybe I got obsessed with this technique since I utilized it in the previous problem..). This was not good. This one has O(n) time complexity but, there...
siwonlog.hashnode.dev2 min read