# leetcode

## leetcode

* [返回顶层目录](/machine-learning-notes/summary.md)
* [返回上层目录](/machine-learning-notes/data-structures-and-algorithms.md)
* 按分类
  * [动态规划](https://github.com/luweikxy/machine-learning-notes/tree/e6846dd98ccc8c039dcc79a4a5a4b198a1c9952f/content/coding/data-structures-and-algorithms/leetcode/dynamic-programming/dynamic-programming.md)
* 按题目编号
  * [1-50题](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/pages/-Lvk7IiiZZhOiZE14HQY#1-50题)
  * [51-100题](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/pages/-Lvk7IiiZZhOiZE14HQY#51-100题)
  * [101-150题](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/pages/-Lvk7IiiZZhOiZE14HQY#101-150题)
  * [151-200题](https://luweikxy.gitbook.io/machine-learning-notes/data-structures-and-algorithms/pages/-Lvk7IiiZZhOiZE14HQY#151-200题)

top 100 liked questions或者top interview questions

注意：

* 题号的链接为本github的对应题解
* 题目的链接为leetcode对应的网址

## 1-50题

| 题号 | 题目(leetcode)                                                              | 类别   | 难度 | 备注       |
| -- | ------------------------------------------------------------------------- | ---- | -- | -------- |
| 1  |                                                                           |      |    |          |
| 2  |                                                                           |      |    |          |
| 3  |                                                                           |      |    |          |
| 4  |                                                                           |      |    |          |
| 5  | [最长回文子串](https://leetcode-cn.com/problems/longest-palindromic-substring/) | 动态规划 | 中等 | 20200104 |
| 6  |                                                                           |      |    |          |
| 7  |                                                                           |      |    |          |
| 8  |                                                                           |      |    |          |
| 9  |                                                                           |      |    |          |
| 10 |                                                                           |      |    |          |
| 11 |                                                                           |      |    |          |
| 12 |                                                                           |      |    |          |
| 13 |                                                                           |      |    |          |
| 14 |                                                                           |      |    |          |
| 15 |                                                                           |      |    |          |
| 16 |                                                                           |      |    |          |
| 17 |                                                                           |      |    |          |
| 18 |                                                                           |      |    |          |
| 19 |                                                                           |      |    |          |
| 20 |                                                                           |      |    |          |
| 21 |                                                                           |      |    |          |
| 22 |                                                                           |      |    |          |
| 23 |                                                                           |      |    |          |
| 24 |                                                                           |      |    |          |
| 25 |                                                                           |      |    |          |
| 26 |                                                                           |      |    |          |
| 27 |                                                                           |      |    |          |
| 28 |                                                                           |      |    |          |
| 29 |                                                                           |      |    |          |
| 30 |                                                                           |      |    |          |
| 31 |                                                                           |      |    |          |
| 32 |                                                                           |      |    |          |
| 33 |                                                                           |      |    |          |
| 34 |                                                                           |      |    |          |
| 35 |                                                                           |      |    |          |
| 36 |                                                                           |      |    |          |
| 37 |                                                                           |      |    |          |
| 38 |                                                                           |      |    |          |
| 39 |                                                                           |      |    |          |
| 40 |                                                                           |      |    |          |
| 41 |                                                                           |      |    |          |
| 42 |                                                                           |      |    |          |
| 43 |                                                                           |      |    |          |
| 44 |                                                                           |      |    |          |
| 45 |                                                                           |      |    |          |
| 46 |                                                                           |      |    |          |
| 47 |                                                                           |      |    |          |
| 48 |                                                                           |      |    |          |
| 49 |                                                                           |      |    |          |
| 50 |                                                                           |      |    |          |

## 51-100题

| 题号  | 题目                                                          | 类别   | 难度 | 备注       |
| --- | ----------------------------------------------------------- | ---- | -- | -------- |
| 51  |                                                             |      |    |          |
| 52  |                                                             |      |    |          |
| 53  | [最大子序和](https://leetcode-cn.com/problems/maximum-subarray/) | 动态规划 | 简单 | 20200105 |
| 54  |                                                             |      |    |          |
| 55  |                                                             |      |    |          |
| 56  |                                                             |      |    |          |
| 57  |                                                             |      |    |          |
| 58  |                                                             |      |    |          |
| 59  |                                                             |      |    |          |
| 60  |                                                             |      |    |          |
| 61  |                                                             |      |    |          |
| 62  |                                                             |      |    |          |
| 63  |                                                             |      |    |          |
| 64  |                                                             |      |    |          |
| 65  |                                                             |      |    |          |
| 66  |                                                             |      |    |          |
| 67  |                                                             |      |    |          |
| 68  |                                                             |      |    |          |
| 69  |                                                             |      |    |          |
| 70  |                                                             |      |    |          |
| 71  |                                                             |      |    |          |
| 72  |                                                             |      |    |          |
| 73  |                                                             |      |    |          |
| 74  |                                                             |      |    |          |
| 75  |                                                             |      |    |          |
| 76  |                                                             |      |    |          |
| 77  |                                                             |      |    |          |
| 78  |                                                             |      |    |          |
| 79  |                                                             |      |    |          |
| 80  |                                                             |      |    |          |
| 81  |                                                             |      |    |          |
| 82  |                                                             |      |    |          |
| 83  |                                                             |      |    |          |
| 84  |                                                             |      |    |          |
| 85  |                                                             |      |    |          |
| 86  |                                                             |      |    |          |
| 87  |                                                             |      |    |          |
| 88  |                                                             |      |    |          |
| 89  |                                                             |      |    |          |
| 90  |                                                             |      |    |          |
| 91  |                                                             |      |    |          |
| 92  |                                                             |      |    |          |
| 93  |                                                             |      |    |          |
| 94  |                                                             |      |    |          |
| 95  |                                                             |      |    |          |
| 96  |                                                             |      |    |          |
| 97  |                                                             |      |    |          |
| 98  |                                                             |      |    |          |
| 99  |                                                             |      |    |          |
| 100 |                                                             |      |    |          |

## 101-150题

| 题号  | 题目 | 类别 | 难度 | 备注 |
| --- | -- | -- | -- | -- |
| 101 |    |    |    |    |
| 102 |    |    |    |    |
| 103 |    |    |    |    |
| 104 |    |    |    |    |
| 105 |    |    |    |    |
| 106 |    |    |    |    |
| 107 |    |    |    |    |
| 108 |    |    |    |    |
| 109 |    |    |    |    |
| 110 |    |    |    |    |
| 111 |    |    |    |    |
| 112 |    |    |    |    |
| 113 |    |    |    |    |
| 114 |    |    |    |    |
| 115 |    |    |    |    |
| 116 |    |    |    |    |
| 117 |    |    |    |    |
| 118 |    |    |    |    |
| 119 |    |    |    |    |
| 120 |    |    |    |    |
| 121 |    |    |    |    |
| 122 |    |    |    |    |
| 123 |    |    |    |    |
| 124 |    |    |    |    |
| 125 |    |    |    |    |
| 126 |    |    |    |    |
| 127 |    |    |    |    |
| 128 |    |    |    |    |
| 129 |    |    |    |    |
| 130 |    |    |    |    |
| 131 |    |    |    |    |
| 132 |    |    |    |    |
| 133 |    |    |    |    |
| 134 |    |    |    |    |
| 135 |    |    |    |    |
| 136 |    |    |    |    |
| 137 |    |    |    |    |
| 138 |    |    |    |    |
| 139 |    |    |    |    |
| 140 |    |    |    |    |
| 141 |    |    |    |    |
| 142 |    |    |    |    |
| 143 |    |    |    |    |
| 144 |    |    |    |    |
| 145 |    |    |    |    |
| 146 |    |    |    |    |
| 147 |    |    |    |    |
| 148 |    |    |    |    |
| 149 |    |    |    |    |
| 150 |    |    |    |    |

## 151-200题

| 题号  | 题目 | 类别 | 难度 | 备注 |
| --- | -- | -- | -- | -- |
| 151 |    |    |    |    |
| 152 |    |    |    |    |
| 153 |    |    |    |    |
| 154 |    |    |    |    |
| 155 |    |    |    |    |
| 156 |    |    |    |    |
| 157 |    |    |    |    |
| 158 |    |    |    |    |
| 159 |    |    |    |    |
| 160 |    |    |    |    |
| 161 |    |    |    |    |
| 162 |    |    |    |    |
| 163 |    |    |    |    |
| 164 |    |    |    |    |
| 165 |    |    |    |    |
| 166 |    |    |    |    |
| 167 |    |    |    |    |
| 168 |    |    |    |    |
| 169 |    |    |    |    |
| 170 |    |    |    |    |
| 171 |    |    |    |    |
| 172 |    |    |    |    |
| 173 |    |    |    |    |
| 174 |    |    |    |    |
| 175 |    |    |    |    |
| 176 |    |    |    |    |
| 177 |    |    |    |    |
| 178 |    |    |    |    |
| 179 |    |    |    |    |
| 180 |    |    |    |    |
| 181 |    |    |    |    |
| 182 |    |    |    |    |
| 183 |    |    |    |    |
| 184 |    |    |    |    |
| 185 |    |    |    |    |
| 186 |    |    |    |    |
| 187 |    |    |    |    |
| 188 |    |    |    |    |
| 189 |    |    |    |    |
| 190 |    |    |    |    |
| 191 |    |    |    |    |
| 192 |    |    |    |    |
| 193 |    |    |    |    |
| 194 |    |    |    |    |
| 195 |    |    |    |    |
| 196 |    |    |    |    |
| 197 |    |    |    |    |
| 198 |    |    |    |    |
| 199 |    |    |    |    |
| 200 |    |    |    |    |

## 参考资料

* [leetcode中文](https://leetcode-cn.com/problemset/all/)
* [leetcode Top 100 Liked Questions](https://leetcode.com/problemset/top-100-liked-questions/)
* [leetcode动态规划](https://leetcode.com/tag/dynamic-programming/)

\===

[大家都是如何刷 LeetCode 的？](https://www.zhihu.com/question/280279208/answer/685132550)


---

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