Skip to content

Commit

Permalink
Update bit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azl397985856 authored Nov 21, 2020
1 parent 374e830 commit 9cc0b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thinkings/bit.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,12 @@ class Solution:

## 相关题目

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


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

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

0 comments on commit 9cc0b64

Please sign in to comment.