# Leetcode

- [1. 两数之和](https://mm.ricky.moe/algorithm/algorithm-and-data-structure/leetcode/1.-liang-shu-zhi-he.md)
- [2. 两数相加](https://mm.ricky.moe/algorithm/algorithm-and-data-structure/leetcode/2.-liang-shu-xiang-jia.md)
- [3. 无重复字符最长字串](https://mm.ricky.moe/algorithm/algorithm-and-data-structure/leetcode/3.-wu-zhong-fu-zi-fu-zui-chang-zi-chuan.md)
- [5. 最长回文子串](https://mm.ricky.moe/algorithm/algorithm-and-data-structure/leetcode/5.-zui-chang-hui-wen-zi-chuan.md)
- [6. Z字形变换](https://mm.ricky.moe/algorithm/algorithm-and-data-structure/leetcode/6.zzi-xing-bian-huan.md)
- [7. 整数反转](https://mm.ricky.moe/algorithm/algorithm-and-data-structure/leetcode/7.-zheng-shu-fan-zhuan.md)
- [8. 字符串转换整数](https://mm.ricky.moe/algorithm/algorithm-and-data-structure/leetcode/8.-zi-fu-chuan-zhuan-huan-zheng-shu.md)
- [15. 三数之和](https://mm.ricky.moe/algorithm/algorithm-and-data-structure/leetcode/15.-san-shu-zhi-he.md)
- [134. 加油站](https://mm.ricky.moe/algorithm/algorithm-and-data-structure/leetcode/134.-jia-you-zhan.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://mm.ricky.moe/algorithm/algorithm-and-data-structure/leetcode.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.
