# LintCode **Repository Path**: null-void/LintCode ## Basic Information - **Project Name**: LintCode - **Description**: 算法学习中.... - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-05 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LintCode #### 介绍 纯粹玩一玩 #### 算法题 算法题 **git更新** git fetch && git pull **git提交** git add -A && git commit -m '代码格式化' && git fetch && git pull && git push **命令打包**(跳过测试用例) mvn clean package -Dmaven.test.skip=true mvn clean -DskipTests=true package -P test mvn clean -DskipTests=true package -P production