|
84 | 84 | | [252](https://leetcode-cn.com/problems/meeting-rooms) | [会议室](/solution/200-299/0252.meeting-rooms/) | `排序` | <font color=green>简单</font> |
|
85 | 85 | | [256](https://leetcode-cn.com/problems/paint-house) | [粉刷房子](/solution/200-299/0256.paint-house/) | `动态规划` | <font color=green>简单</font> |
|
86 | 86 | | [257](https://leetcode-cn.com/problems/binary-tree-paths) | [二叉树的所有路径](/solution/200-299/0257.binary-tree-paths/) | `树`,`深度优先搜索` | <font color=green>简单</font> |
|
87 |
| -| [258](https://leetcode-cn.com/problems/add-digits) | [各位相加](/solution/200-299/0258.add-digits/) | `数学` | <font color=green>简单</font> | |
| 87 | +| [258](https://leetcode-cn.com/problems/add-digits) | [各位相加](/solution/200-299/0258.add-digits/) | `数学` | <font color=green>简单</font> |✅ | |
88 | 88 | | [263](https://leetcode-cn.com/problems/ugly-number) | [丑数](/solution/200-299/0263.ugly-number/) | `数学` | <font color=green>简单</font> |
|
89 | 89 | | [266](https://leetcode-cn.com/problems/palindrome-permutation) | [回文排列](/solution/200-299/0266.palindrome-permutation/) | `哈希表` | <font color=green>简单</font> |
|
90 | 90 | | [268](https://leetcode-cn.com/problems/missing-number) | [缺失数字](/solution/200-299/0268.missing-number/) | `位运算`,`数组`,`数学` | <font color=green>简单</font> |✅ |
|
91 | 91 | | [270](https://leetcode-cn.com/problems/closest-binary-search-tree-value) | [最接近的二叉搜索树值](/solution/200-299/0270.closest-binary-search-tree-value/) | `树`,`二分查找` | <font color=green>简单</font> |
|
92 | 92 | | [276](https://leetcode-cn.com/problems/paint-fence) | [栅栏涂色](/solution/200-299/0276.paint-fence/) | `动态规划` | <font color=green>简单</font> |
|
93 |
| -| [278](https://leetcode-cn.com/problems/first-bad-version) | [第一个错误的版本](/solution/200-299/0278.first-bad-version/) | `二分查找` | <font color=green>简单</font> | |
| 93 | +| [278](https://leetcode-cn.com/problems/first-bad-version) | [第一个错误的版本](/solution/200-299/0278.first-bad-version/) | `二分查找` | <font color=green>简单</font> |✅ | |
94 | 94 | | [283](https://leetcode-cn.com/problems/move-zeroes) | [移动零](/solution/200-299/0283.move-zeroes/) | `数组`,`双指针` | <font color=green>简单</font> |✅ |
|
95 |
| -| [290](https://leetcode-cn.com/problems/word-pattern) | [单词规律](/solution/200-299/0290.word-pattern/) | `哈希表` | <font color=green>简单</font> | |
96 |
| -| [292](https://leetcode-cn.com/problems/nim-game) | [nim 游戏](/solution/200-299/0292.nim-game/) | `脑筋急转弯`,`极小化极大` | <font color=green>简单</font> | |
| 95 | +| [290](https://leetcode-cn.com/problems/word-pattern) | [单词规律](/solution/200-299/0290.word-pattern/) | `哈希表` | <font color=green>简单</font> |✅ | |
| 96 | +| [292](https://leetcode-cn.com/problems/nim-game) | [nim 游戏](/solution/200-299/0292.nim-game/) | `脑筋急转弯`,`极小化极大` | <font color=green>简单</font> |✅ | |
97 | 97 | | [293](https://leetcode-cn.com/problems/flip-game) | [翻转游戏](/solution/200-299/0293.flip-game/) | `字符串` | <font color=green>简单</font> |
|
98 | 98 | | [299](https://leetcode-cn.com/problems/bulls-and-cows) | [猜数字游戏](/solution/200-299/0299.bulls-and-cows/) | `哈希表` | <font color=green>简单</font> |
|
99 | 99 | | [303](https://leetcode-cn.com/problems/range-sum-query-immutable) | [区域和检索 - 数组不可变](/solution/300-399/0303.range-sum-query---immutable/) | `动态规划` | <font color=green>简单</font> |
|
|
0 commit comments