We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8a47e commit 374e830Copy full SHA for 374e830
thinkings/bit.md
@@ -194,7 +194,8 @@ class Solution:
194
195
- [number-of-1-bits](https://leetcode-cn.com/problems/number-of-1-bits/)
196
- [counting-bits](https://leetcode-cn.com/problems/counting-bits/)
197
-- [reverse-bits](https://leetcode-cn.com/problems/reverse-bits/)
+- [190. 颠倒二进制位](https://leetcode-cn.com/problems/reverse-bits/)(简单)
198
+- [1072. 按列翻转得到最大值等行数](https://leetcode-cn.com/problems/flip-columns-for-maximum-number-of-equal-rows/)(中等)
199
200
201
更多题解可以访问我的LeetCode题解仓库:https://github.com/azl397985856/leetcode 。 目前已经30K star啦。
0 commit comments