Welcome to my personal LeetCode notebook!
This repo records my journey of learning algorithms through coding.
- Backtracking 模板精炼中 🔄
- 动态规划(DP)专题准备开始
- 正在整理 LeetCode “进击的小狗” 题单进度
leetcode-notes-xiaomeng/ ├── backtracking/ # 回溯题目 ├── dp/ # 动态规划 ├── greedy/ # 贪心算法 ├── templates/ # 模板代码 └── problems.md # 所有题目列表
yaml Copy code
| Category | Easy | Medium | Hard | Total |
|---|---|---|---|---|
| ✅ Backtracking | 0 | 10 | 0 | 10 |
| ✅ DP | 6 | 18 | 2 | 26 |
| ✅ Greedy | 4 | 5 | 2 | 11 |
| ✅ Tree / BST | 10 | 12 | 1 | 23 |
| ✅ String | 8 | 4 | 1 | 13 |
📘 题单来源:进击的小狗
📦 仓库地址:leetcode-notes-xiaomeng
⭐ Keep learning, keep coding, keep improving.