This commit is contained in:
ShusenTang 2020-01-01 23:18:42 +08:00 committed by GitHub
parent 518e076b68
commit f2007f6432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,6 +243,7 @@ My LeetCode solutions with Chinese explanation. 我的LeetCode中文题解。
| 390 |[Elimination Game](https://leetcode.com/problems/elimination-game/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/390.%20Elimination%20Game.md)|Medium| |
| 392 |[Is Subsequence](https://leetcode.com/problems/is-subsequence/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/392.%20Is%20Subsequence.md)|Easy| |
| 393 |[UTF-8 Validation](https://leetcode.com/problems/utf-8-validation/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/393.%20UTF-8%20Validation.md)|Medium| |
| 394 |[Decode String](https://leetcode.com/problems/decode-string/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/394.%20Decode%20String.md)|Medium| |
| 398 |[Random Pick Index](https://leetcode.com/problems/random-pick-index/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/398.%20Random%20Pick%20Index.md)|Medium| |
| 400 |[Nth Digit](https://leetcode.com/problems/nth-digit)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/400.%20Nth%20Digit.md)|Easy| |
| 404 |[Sum of Left Leaves](https://leetcode.com/problems/sum-of-left-leaves)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/404.%20Sum%20of%20Left%20Leaves.md)|Easy| |