> For the complete documentation index, see [llms.txt](https://leetcodebook-1.gitbook.io/top-interview-150/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leetcodebook-1.gitbook.io/top-interview-150/bitwise.md).

# 位运算

- [二进制求和](https://leetcodebook-1.gitbook.io/top-interview-150/bitwise/add-binary.md)
- [颠倒二进制位](https://leetcodebook-1.gitbook.io/top-interview-150/bitwise/reverse-bits.md)
- [位1的个数](https://leetcodebook-1.gitbook.io/top-interview-150/bitwise/number-of-1-bits.md)
- [只出现一次的数字](https://leetcodebook-1.gitbook.io/top-interview-150/bitwise/single-number.md)
- [只出现一次的数字 II](https://leetcodebook-1.gitbook.io/top-interview-150/bitwise/single-number-ii.md)
- [数字范围按位与](https://leetcodebook-1.gitbook.io/top-interview-150/bitwise/bitwise-and-of-numbers-range.md)
