# leetcode **Repository Path**: liu0716/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: leetcode 解题代码 - **Primary Language**: TypeScript - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-01-29 - **Last Updated**: 2023-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: LeetCode, TypeScript, 算法, 单测 ## README # leetcode ## 介绍 leetcode 解题 ## 参与项目 1. 拉代码 2. 运行命令 ```shell npx husky install ``` 3. 新建分子 4. 提交代码 #### 提交代码 ```shell npm run commit ``` 根据提示填写 **Write a short, imperative tense description of the change(max 94 chars):** 选项添加 #LEETCODE-0 一步步提交 希望每个题都可以加上单元测试, 并完成指定覆盖率 ![测试](test.png)