> For the complete documentation index, see [llms.txt](https://soloveri.gitbook.io/leetcode/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soloveri.gitbook.io/leetcode/master.md).

# leetcode-notes

用于记录我在刷leetcode时的题解，便于自己后期复习，也可以给大家做个参考。我根据题目的类型进行了分类：目前暂时分为：

* [x] 数组
* [x] 链表
* [x] 二叉树:25 days
* [ ] 动态规划
* [ ] 图
* [ ] 位运算
* [ ] 递归
* [ ] 贪心
* [ ] 滑动窗口
* [ ] 单调栈
* [ ] 哈希表
* [ ] MySQL

平均每个tags计划刷四十题左右，总计440题，一天两道并记录相应的思路与总结。预计到2021年春节一天两道的速度，总计530道(2020年5月16号起)，剩下的冗余的时间作为剑指、热题的冗余复习时间。
