Medium
LeetCode 309: Best Time to Buy and Sell Stock with Cooldown
·3 mins
LeetCode
Medium
Dynamic-Programming
State-Machine
LeetCode note for Best Time to Buy and Sell Stock with Cooldown, rebuilt from the original learning note
LeetCode 198: House Robber
·2 mins
LeetCode
Medium
Dynamic-Programming
LeetCode note for House Robber, rebuilt from the original learning note
LeetCode 122: Best Time To Buy And Sell Stock II
·2 mins
LeetCode
Medium
Dynamic-Programming
Greedy
State-Machine
LeetCode note for Best Time To Buy And Sell Stock II, rebuilt from the original learning note
LeetCode 53: Maximum Subarray
·3 mins
LeetCode
Medium
Dynamic-Programming
Kadane
LeetCode note for Maximum Subarray, rebuilt from the original learning note
LeetCode 413: Arithmetic Slices
·3 mins
LeetCode
Medium
Dynamic-Programming
LeetCode note for Arithmetic Slices, rebuilt from the original learning note
LeetCode 983: Minimum Cost For Tickets
·3 mins
LeetCode
Medium
Dynamic-Programming
LeetCode note for Minimum Cost For Tickets, rebuilt from the original learning note
LeetCode 343: Integer Break
·3 mins
LeetCode
Medium
Dynamic-Programming
LeetCode note for Integer Break, rebuilt from the original learning note
LeetCode 377: Combination Sum IV
·3 mins
LeetCode
Medium
Dynamic-Programming
Unbounded-Knapsack
LeetCode note for Combination Sum IV, rebuilt from the original learning note
LeetCode 279: Perfect Squares
·3 mins
LeetCode
Medium
Dynamic-Programming
LeetCode note for Perfect Squares, rebuilt from the original learning note
LeetCode 743: Network Delay Time
·3 mins
LeetCode
Medium
Graph
Dijkstra
Shortest-Path
LeetCode note for Network Delay Time, rebuilt from the original learning note
LeetCode 55: Jump Game
·2 mins
LeetCode
Medium
Greedy
LeetCode note for Jump Game, rebuilt from the original learning note
LeetCode 45: Jump Game II
·3 mins
LeetCode
Medium
Greedy
Bfs
LeetCode note for Jump Game II, rebuilt from the original learning note