mirror of
https://github.com/ShusenTang/LeetCode.git
synced 2024-09-02 14:20:01 +00:00
add 275
This commit is contained in:
parent
9dab689cdd
commit
01093b3b84
@ -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| |
|
||||
| 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| |
|
||||
| 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| |
|
||||
| 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| |
|
||||
|
Loading…
Reference in New Issue
Block a user