This commit is contained in:
ShusenTang 2019-10-31 13:06:56 +08:00 committed by GitHub
parent 9dab689cdd
commit 01093b3b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,6 +179,7 @@ My LeetCode solutions with Chinese explanation. 我的LeetCode中文题解。
| 264 |[Ugly Number II](https://leetcode.com/problems/ugly-number-ii/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/264.%20Ugly%20Number%20II.md)|Medium| | | 264 |[Ugly Number II](https://leetcode.com/problems/ugly-number-ii/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/264.%20Ugly%20Number%20II.md)|Medium| |
| 268 |[Missing Number](https://leetcode.com/problems/missing-number)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/268.%20Missing%20Number.md)|Easy| | | 268 |[Missing Number](https://leetcode.com/problems/missing-number)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/268.%20Missing%20Number.md)|Easy| |
| 274 |[H-Index](https://leetcode.com/problems/h-index/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/274.%20H-Index.md)|Medium| | | 274 |[H-Index](https://leetcode.com/problems/h-index/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/274.%20H-Index.md)|Medium| |
| 275 |[H-Index II](https://leetcode.com/problems/h-index-ii/)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/275.%20H-Index%20II.md)|Medium| |
| 278 |[First Bad Version](https://leetcode.com/problems/first-bad-version)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/278.%20First%20Bad%20Version.md)|Easy| | | 278 |[First Bad Version](https://leetcode.com/problems/first-bad-version)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/278.%20First%20Bad%20Version.md)|Easy| |
| 283 |[Move Zeroes](https://leetcode.com/problems/move-zeroes)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/283.%20Move%20Zeroes.md)|Easy| | | 283 |[Move Zeroes](https://leetcode.com/problems/move-zeroes)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/283.%20Move%20Zeroes.md)|Easy| |
| 290 |[Word Pattern](https://leetcode.com/problems/word-pattern)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/290.%20Word%20Pattern.md)|Easy| | | 290 |[Word Pattern](https://leetcode.com/problems/word-pattern)|[C++](https://github.com/ShusenTang/LeetCode/blob/master/solutions/290.%20Word%20Pattern.md)|Easy| |