Skip to content

lanselylee/leetcode-notes-xiaomeng-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 LeetCode Notes by Xiaomeng Li

Welcome to my personal LeetCode notebook!
This repo records my journey of learning algorithms through coding.


🧠 LeetCode Notes by Xiaomeng Li

Solved Language Focus Update


📍 Current Focus

  • Backtracking 模板精炼中 🔄
  • 动态规划(DP)专题准备开始
  • 正在整理 LeetCode “进击的小狗” 题单进度

🧩 Folder Structure

leetcode-notes-xiaomeng/ ├── backtracking/ # 回溯题目 ├── dp/ # 动态规划 ├── greedy/ # 贪心算法 ├── templates/ # 模板代码 └── problems.md # 所有题目列表

yaml Copy code


📊 My Current Stats

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.

About

My daily LeetCode solutions and algorithm notes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages