https://github.com/houbb/leetcode-notes
leetcode-notes 力扣算法刷题笔记 数据结构与算法
https://github.com/houbb/leetcode-notes
algorithms data-structures leetcode
Last synced: 4 months ago
JSON representation
leetcode-notes 力扣算法刷题笔记 数据结构与算法
- Host: GitHub
- URL: https://github.com/houbb/leetcode-notes
- Owner: houbb
- Created: 2025-08-18T06:41:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T07:13:54.000Z (4 months ago)
- Last Synced: 2025-08-18T08:37:24.431Z (4 months ago)
- Topics: algorithms, data-structures, leetcode
- Language: TypeScript
- Homepage: https://houbb.github.io/leetcode-notes/
- Size: 17.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 项目介绍
leetcode 算法解释。
## 在线阅读
> [文章笔记](https://houbb.github.io/leetcode-notes)
> [文章检索](https://houbb.github.io/leetcode-notes/leetcode/index/leecode.html)
## 可视化
> [可视化](https://houbb.github.io/leetcode-notes/leetcode/visible/index.html)
## 开源项目
[leetcode 算法实现源码](https://github.com/houbb/leetcode)
[leetcode 刷题学习笔记](https://github.com/houbb/leetcode-notes)
[老马技术博客](https://houbb.github.io/)
# 本地启动
```
npm install
npm run docs:clean-dev
```