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
|01|[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)|
279
+
|01|[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 |
280
280
|02|[1057. Campus Bikes](https://leetcode.com/problems/campus-bikes/)|[Python](leetcode.com/python/1057_Campus_Bikes.py)|[Video 01](https://www.youtube.com/watch?v=tG7GFge4-fQ), [Article 01](https://leetcode.com/problems/campus-bikes/discuss/371604/Python-Solution-Using-Dictionary-With-Explanation)| Medium | 📌 Solve [1066. Campus Bikes II](https://leetcode.com/problems/campus-bikes-ii/) using [DP](https://leetcode.com/problems/campus-bikes-ii/discuss/303471/Python-DP-vs-Backtracking-with-comments), [DFS](https://leetcode.com/problems/campus-bikes-ii/discuss/303383/Python-DFS-with-memorization) and [Priority Queue](https://leetcode.com/problems/campus-bikes-ii/discuss/303422/Python-Priority-Queue)|
281
281
|03|[1007. Minimum Domino Rotations For Equal Row](https://leetcode.com/problems/minimum-domino-rotations-for-equal-row/)|[Python](leetcode.com/python/Minimum_Domino_Rotations_For_Equal_Row.py)|[Official](https://leetcode.com/problems/minimum-domino-rotations-for-equal-row/solution/), [Article 01](https://leetcode.com/problems/minimum-domino-rotations-for-equal-row/discuss/252242/JavaC%2B%2BPython-Different-Ideas)| Medium | 📌 Hard to spot if it is a Greedy |
282
282
|04|[406. Queue Reconstruction by Height](https://leetcode.com/problems/queue-reconstruction-by-height/)|[Python](leetcode.com/python/406_Queue_Reconstruction_by_Height.py)|[Article 1](https://leetcode.com/problems/queue-reconstruction-by-height/discuss/89345/Easy-concept-with-PythonC%2B%2BJava-Solution), [Article 2](https://leetcode.com/problems/queue-reconstruction-by-height/discuss/89359/Explanation-of-the-neat-Sort%2BInsert-solution)| Medium | 📌 Fundamentals |
@@ -291,7 +291,7 @@ I have solved quite a number of problems from several topics. See the below tabl
|01|[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)|
294
-
|02|[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)|
294
+
|02|[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 |
295
295
|03|[53. Maximum Subarray](https://leetcode.com/problems/maximum-subarray/submissions/)|[Python](leetcode.com/python/53_Maximum_Subarray.py)|
0 commit comments