# Welcome!

## 👋 Welcome!

{% hint style="info" %}
**注意**: 所有文章内容仅包含作者个人思路及内容，如有雷同纯属巧合，若有不通的思路，欢迎在github(<https://github.com/leetcode-go/top-interview-150>)上提供相关issue
{% endhint %}

书本内容仅做学习使用，建议读者阅读前，先按照链接前往\[力扣]\(<https://leetcode.cn)进行答题，若无法解答或解答完成可返回查看本文一起思考>

书中答案并非全是双百答案，请大家见谅，也欢迎大家群策群力，提供更多更完善的解题思路，欢迎关注我们的github(<https://github.com/leetcode-go/top-interview-150>)。

## 已完成专题列表

1. [数组-字符串](/top-interview-150/array-string.md)
2. [双指针](/top-interview-150/double-point.md)
3. [哈希表](/top-interview-150/hash-table.md)
4. [栈](/top-interview-150/stack.md)
5. [链表](/top-interview-150/linked-list.md)
6. [Kadane算法](/top-interview-150/kadane.md)
7. [位运算](/top-interview-150/bitwise.md)
8. [数学](/top-interview-150/math.md)
9. [区间](/top-interview-150/section.md)
10. [二叉树](/top-interview-150/tree.md)
11. [图](/top-interview-150/graph.md)
12. [矩阵](/top-interview-150/matrix.md)
13. [前缀树](/top-interview-150/trie.md)

## 贡献者

* [Shenle Lu](https://github.com/lushenle)(<lushenle@gmail.com>)
* [EvansChang](https://github.com/AlpherJang)(<alphejangs@gmail.com>)
* [Hubery-ye](https://github.com/Hubery-ye)

如果有base北京或者成都的Golang研发岗位，也欢迎联系我们，我们可以自荐，也可以推荐我们周边的朋友😀


---

# 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/readme.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.
