Skip to content

superxiaolan/labuladong-algorithm-notes-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labuladong-algorithm-notes-csharp

📘 Algorithm study notes and implementations in C#, based on "labuladong's Algorithm Notes".

本仓库用于:

  • 系统学习算法核心思想
  • 使用 C# 实现常见算法模板
  • 记录每日学习与打卡过程
  • 构建长期可复用的算法代码库

🎯 学习目标

  • 理解算法[套路]而不是死记题目
  • 建立完整的算法思维框架
  • 沉淀为可直接复用的 C# 算法模板
  • 为后续日常和工程实践打好基础

📚 学习资料来源

  • 《labuladong 的算法笔记》
  • LeetCode (作为练习平台)
  • 个人总结与实践

🗂️ 仓库结构说明

├── 01-CoreThinking        # 核心算法思想(labuladong 重点)
├── 02-DataStructure      # 数据结构相关
├── 03-DynamicProgramming # 动态规划
├── 04-Backtracking       # 回溯算法
├── 05-Graph              # 图算法
├── 06-Templates          # 通用算法模板(C#)
├── Utils                 # 公共数据结构定义
├── Progress.md           # 学习 & 打卡记录
└── README.md

About

Algorithm study notes and implementations in C#, based on "labuladong's Algorithm Notes".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors