# leetcode **Repository Path**: ZengGL/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: 我的leetcode题解仓库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-10 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: LeetCode, Java ## README # leetcode #### 介绍 leetcode题解仓库 #### 软件架构 **cn.hy**包下有三个包,
**leetcode**下的代码是题解的逻辑实现
**test**下的SolutionTest类是题解的测试类,其他类是一些想法的验证
**util**包下放置一些自定义的工具类 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request