Skip to content

Commit 9cc0b64

Browse files
authored
Update bit.md
1 parent 374e830 commit 9cc0b64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

thinkings/bit.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ class Solution:
192192

193193
## 相关题目
194194

195-
- [number-of-1-bits](https://leetcode-cn.com/problems/number-of-1-bits/)
196-
- [counting-bits](https://leetcode-cn.com/problems/counting-bits/)
197195
- [190. 颠倒二进制位](https://leetcode-cn.com/problems/reverse-bits/)(简单)
196+
- [191. 位1的个数](https://leetcode-cn.com/problems/number-of-1-bits/)(简单)
197+
- [338. 比特位计数](https://leetcode-cn.com/problems/counting-bits/)(中等)
198198
- [1072. 按列翻转得到最大值等行数](https://leetcode-cn.com/problems/flip-columns-for-maximum-number-of-equal-rows/)(中等)
199199

200200

201-
更多题解可以访问我的LeetCode题解仓库:https://github.com/azl397985856/leetcode目前已经30K star啦。
201+
更多题解可以访问我的LeetCode题解仓库:https://github.com/azl397985856/leetcode目前已经38K star啦。
202202

203203
关注公众号力扣加加,努力用清晰直白的语言还原解题思路,并且有大量图解,手把手教你识别套路,高效刷题。

0 commit comments

Comments
 (0)