# 回溯

- [电话号码的字母组合](https://leetcodebook-1.gitbook.io/top-interview-150/backtracking/letter-combinations-of-a-phone-number.md)
- [组合](https://leetcodebook-1.gitbook.io/top-interview-150/backtracking/combinations.md)
- [全排列](https://leetcodebook-1.gitbook.io/top-interview-150/backtracking/permutations.md)
- [组合总和](https://leetcodebook-1.gitbook.io/top-interview-150/backtracking/combination-sum.md)
- [括号生成](https://leetcodebook-1.gitbook.io/top-interview-150/backtracking/generate-parentheses.md)
- [n皇后问题II](https://leetcodebook-1.gitbook.io/top-interview-150/backtracking/n-queens-ii.md)
- [单词搜索](https://leetcodebook-1.gitbook.io/top-interview-150/backtracking/word-search.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/backtracking.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.
