You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|14|[1066. Campus Bikes II](https://leetcode.com/problems/campus-bikes-ii/)|[Python](leetcode.com/python/1066_Campus_Bikes_II.py)|| Medium |📌 TODO: Backtracking solution is getting TLE. Solve it and implement it with DP also |
306
306
|15|[121. Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/)|[Python](leetcode.com/python/121_Best_Time_to_Buy_and_Sell_Stock.py)|[Vid 1](https://codinginterviewclass.com/courses/coding-interview-class/lectures/12305111)| Easy | Fundamental |
307
-
|16|[122. Best Time to Buy and Sell Stock II](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/)|[Python](leetcode.com/python/122_Best_Time_to_Buy_and_Sell_Stock_II.py)|[Video 01](https://www.youtube.com/watch?v=blUwDD6JYaE)| Easy |Fundamentals|
307
+
|16|[122. Best Time to Buy and Sell Stock II](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/)|[Python](leetcode.com/python/122_Best_Time_to_Buy_and_Sell_Stock_II.py)|[Video 01](https://www.youtube.com/watch?v=blUwDD6JYaE)| Easy |More like Greedy|
308
308
|17|[123. Best Time to Buy and Sell Stock III](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii/)|[Python](leetcode.com/python/123_Best_Time_to_Buy_and_Sell_Stock_III.py)|**[Vid 1](https://www.youtube.com/watch?v=oDhu5uGq_ic&t=2s), [Vid 2](https://www.youtube.com/watch?v=Pw6lrYANjz4)**| Hard | Fundamental |
309
-
|18|[188. Best Time to Buy and Sell Stock IV](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/)|[Python](leetcode.com/python/188_Best_Time_to_Buy_and_Sell_Stock_IV.py)|**[Vid 1](https://www.youtube.com/watch?v=oDhu5uGq_ic&t=2s), [Vid 2](https://www.youtube.com/watch?v=Pw6lrYANjz4)**| Hard |Fundamentals|
310
-
|19|[309. Best Time to Buy and Sell Stock with Cooldown](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/)|[Python](leetcode.com/python/309_Best_Time_to_Buy_and_Sell_Stock_with_Cooldown.py)|---| Medium | Fundamental |
311
-
|20|[714. Best Time to Buy and Sell Stock with Transaction Fee](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/)|[Python](leetcode.com/python/121_Best_Time_to_Buy_and_Sell_Stock.py)|--- | Medium |Fundamental|
309
+
|18|[188. Best Time to Buy and Sell Stock IV](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/)|[Python](leetcode.com/python/188_Best_Time_to_Buy_and_Sell_Stock_IV.py)|**[Vid 1](https://www.youtube.com/watch?v=oDhu5uGq_ic&t=2s), [Vid 2](https://www.youtube.com/watch?v=Pw6lrYANjz4)**| Hard |**Getting "Memory Limit Exceeded"**|
310
+
|19|[309. Best Time to Buy and Sell Stock with Cooldown](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/)|[Python](leetcode.com/python/309_Best_Time_to_Buy_and_Sell_Stock_with_Cooldown.py)|**[Must Read](https://tinyurl.com/y7eaa7vk)| Medium | Fundamental |
311
+
|20|[714. Best Time to Buy and Sell Stock with Transaction Fee](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/)|[Python](leetcode.com/python/714_Best_Time_to_Buy_and_Sell_Stock_with_Transaction_Fee.py)|**[Must Read](https://tinyurl.com/y7eaa7vk)**| Medium |More like Greedy, but DP|
0 commit comments