Skip to content

ZL Asica's personal Leetcode solution and thoughts documentation. ZL Asica自己的Leetcode题解记录文档

License

MIT, CC-BY-SA-4.0 licenses found

Licenses found

MIT
LICENSE
CC-BY-SA-4.0
LICENSE-CC
Notifications You must be signed in to change notification settings

ZL-Asica/ZLA-Algo

Repository files navigation

ZLA-Algo

GitHub License Node.js pnpm Version | Docusaurus Cloudflare Eslint Prettier

ZLA-Algo 是 ZL Asica 的个人算法学习记录网站,基于 Docusaurus 搭建,记录 Leetcode 思路、题解及代码。大家可以随时提交 issue,帮助修复 typo 或优化逻辑。

项目结构

.
├── LICENSE                     # 开源许可证
├── LICENSE-CC                  # 内容使用许可证
├── README.md                   # 项目说明文件
├── babel.config.js             # Babel 配置文件
├── docs                        # 文档内容(按类别组织)
├── docusaurus.config.ts        # Docusaurus 配置文件
├── eslint.config.js            # ESLint 配置文件
├── node_modules                # 项目依赖
├── package.json                # 项目依赖与脚本
├── pnpm-lock.yaml              # pnpm 锁文件
├── prettier.config.cjs         # Prettier 配置文件
├── sidebars.js                 # Docusaurus 侧边栏配置
├── src                         # 网站源码
│   ├── css
│   |   └── custom.css          # 自定义样式
│   ├── pages
│   │   ├── index.module.css    # 首页样式
│   │   └── index.tsx           # 首页组件
│   └── theme
│        └── Footer
│            └── index.tsx      # 页脚组件
├── static                      # 静态资源文件
└── tsconfig.json               # TypeScript 配置文件

About

ZL Asica's personal Leetcode solution and thoughts documentation. ZL Asica自己的Leetcode题解记录文档

Topics

Resources

License

MIT, CC-BY-SA-4.0 licenses found

Licenses found

MIT
LICENSE
CC-BY-SA-4.0
LICENSE-CC

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project