# leetCode **Repository Path**: dymao/leetCode ## Basic Information - **Project Name**: leetCode - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LeetCode #### 介绍 本项目主要是作者本人针对LeetCode官网所有题目解题记录,项目依赖Junit 4.12版本,每个题目以单测形式验证,每个题目有一个或多个解。 #### 软件架构 spring Junit #### 安装教程 1. git clone https://gitee.com/dymao/leetCode.git 2. 在IDE中导入maven工程即可 3. xxxx #### 使用说明 1. 暂无 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request