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
|[Leetcode-3048. Earliest Second To Mark Indices I](https://leetcode.com/problems/earliest-second-to-mark-indices-i/description/)|[python](./leetcode/3048.earliest-second-to-mark-indices-i.py), [c++](./leetcode/3048.earliest-second-to-mark-indices-i.cpp)| O\(M\*logM\)| O\(M\)|\-| - |
196
196
197
197
## Dynamic Programming
198
-
| Problem(29) | Solution | Time | Space | Note | Ref |
198
+
| Problem(30) | Solution | Time | Space | Note | Ref |
|[Leetcode-139. Word Break](https://leetcode.com/problems/word-break/description/)|[c++](./leetcode/139.word-break.cpp), [python](./leetcode/139.word-break.py)| O\(MN\)| O\(N\)|\-| - |
209
209
|[Leetcode-188. Best Time To Buy And Sell Stock IV](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/description/)|[python](./leetcode/188.best-time-to-buy-and-sell-stock-iv.py), [c++](./leetcode/188.best-time-to-buy-and-sell-stock-iv.cpp)| O\(NK\)| O\(NK\)|\-| - |
210
210
|[Leetcode-198. House Robber](https://leetcode.com/problems/house-robber/description/)|[c++](./leetcode/198.house-robber.cpp), [python](./leetcode/198.house-robber.py)| O\(N\)| O\(N\)|\-| - |
211
+
|[Leetcode-213. House Robber II](https://leetcode.com/problems/house-robber-ii/description/)|[c++](./leetcode/213.house-robber-ii.cpp), [python](./leetcode/213.house-robber-ii.py)| O\(N\)| O\(N\)|\-| - |
|[Leetcode-211. Add And Search Word Data Structure Design](https://leetcode.com/problems/add-and-search-word-data-structure-design/description/)|[c++](./leetcode/211.add-and-search-word-data-structure-design.cpp), [python](./leetcode/211.add-and-search-word-data-structure-design.py)|\-|\-|\-| - |
431
432
|[Leetcode-212. Word Search II](https://leetcode.com/problems/word-search-ii/description/)|[c++](./leetcode/212.word-search-ii.cpp), [python](./leetcode/212.word-search-ii.py)|\-|\-|\-| - |
432
-
|[Leetcode-213. House Robber II](https://leetcode.com/problems/house-robber-ii/description/)|[c++](./leetcode/213.house-robber-ii.cpp), [python](./leetcode/213.house-robber-ii.py)|\-|\-|\-| - |
0 commit comments