Skip to content

Commit 374e830

Browse files
authored
Update bit.md
1 parent 5e8a47e commit 374e830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

thinkings/bit.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ class Solution:
194194

195195
- [number-of-1-bits](https://leetcode-cn.com/problems/number-of-1-bits/)
196196
- [counting-bits](https://leetcode-cn.com/problems/counting-bits/)
197-
- [reverse-bits](https://leetcode-cn.com/problems/reverse-bits/)
197+
- [190. 颠倒二进制位](https://leetcode-cn.com/problems/reverse-bits/)(简单)
198+
- [1072. 按列翻转得到最大值等行数](https://leetcode-cn.com/problems/flip-columns-for-maximum-number-of-equal-rows/)(中等)
198199

199200

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

0 commit comments

Comments
 (0)