# 剑指offer

* [返回顶层目录](/machine-learning-notes/summary.md)
* [返回上层目录](/machine-learning-notes/data-structures-and-algorithms.md)
* [链表](/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/list.md)
* [二叉树](/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/binary-tree.md)
* [数组](/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/array.md)
* [字符串](/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/string.md)
* [栈和队列](/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/stack-and-queue.md)
* [递归和回溯法](/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/recursion-and-back-tracking.md)
* [动态规划](/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/dynamic-programming.md)
* [其他](/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer/others.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://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/jianzhi-offer.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.
