# 位运算

- [二进制求和](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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://leetcodebook-1.gitbook.io/top-interview-150/bitwise.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
