# 算法和数据结构清单

* [ ] 冒泡排序
* [ ] &#x20;快速排序&#x20;
* [ ] 回文字符串&#x20;
* [ ] 两数之和
* [ ] k sum 大数相加
* [ ] &#x20;二分查找
* [ ] &#x20;二叉树前中后遍历
* [ ] &#x20;二叉树层次遍历&#x20;
* [ ] 二叉树深度优先遍历(递归、非递归)
* [ ] &#x20;二叉树广度优先遍历(递归、非递归)&#x20;
* [ ] 和为n的二叉树路径&#x20;
* [ ] 二叉树深度
* [ ] &#x20;二叉树是否对称
* [ ] &#x20;链表反转&#x20;
* [ ] 16进制转10进制

&#x20;


---

# 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://mm.ricky.moe/interview/inverview-record/suan-fa-he-shu-ju-jie-gou-qing-dan.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.
