# Leetcode

- [二分查找](https://gists.lanlance.cn/leetcode/erfen.md)
- [动态规划](https://gists.lanlance.cn/leetcode/donggui.md)
- [哈希表](https://gists.lanlance.cn/leetcode/hash.md)
- [双指针](https://gists.lanlance.cn/leetcode/doublezz.md)
- [数学](https://gists.lanlance.cn/leetcode/math.md)
- [数据结构](https://gists.lanlance.cn/leetcode/datastructure.md)
- [DFS](https://gists.lanlance.cn/leetcode/dfs.md)
- [BFS](https://gists.lanlance.cn/leetcode/bfs.md)
- [位运算](https://gists.lanlance.cn/leetcode/bit.md)
- [模拟](https://gists.lanlance.cn/leetcode/sim.md)
- [剑指 Offer](https://gists.lanlance.cn/leetcode/offer.md)
- [Go CodeTop 题解](https://gists.lanlance.cn/leetcode/go-codetop.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://gists.lanlance.cn/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.
