🆔 | Problem | Official Solution | C++ | Java | Python |
---|---|---|---|---|---|
00026 | Remove Duplicates from Sorted Array | ✅ | C++ | 🈚️ | 🈚️ |
00027 | Remove Element | ✅ | C++ | 🈚️ | 🈚️ |
00075 | Sort Colors | ✅ | C++ | 🈚️ | 🈚️ |
00080 | Remove Duplicates from Sorted Array II | ✅ | C++ | 🈚️ | 🈚️ |
00088 | Merge Sorted Array | ✅ | C++ | 🈚️ | 🈚️ |
00215 | Kth Largest Element in an Array | ✅ | C++ | 🈚️ | 🈚️ |
00283 | Move Zeroes | ✅ | C++ | 🈚️ | 🈚️ |
🆔 | Problem | Official Solution | C++
:-- | :-- | :-- | -- | :-- | :--
| 00198 | 打家劫舍 | ✅ | solved
00198 - 打家劫舍
状态定义
状态转移方程
Time | 🆔 | Problem | Official Solution | C++ | Java | Python | type |
---|---|---|---|---|---|---|---|
2020-9-26 | 113 | 路径总和 II | 无 | 无 | 无 | 无 |