# LeetCode **Repository Path**: canheting/LeetCode ## Basic Information - **Project Name**: LeetCode - **Description**: Solutions of problems from LeetCode - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-04 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [LeetCode](https://leetcode.com/problemset/all/) [![Contributors](https://img.shields.io/github/contributors/canhetingsky/LeetCode.svg)](https://github.com/canhetingsky/LeetCode/graphs/contributors) ![GitHub repo size](https://img.shields.io/github/repo-size/canhetingsky/LeetCode) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/canhetingsky/LeetCode) ![GitHub language count](https://img.shields.io/github/languages/count/canhetingsky/LeetCode) [![GitHub top language](https://img.shields.io/github/languages/top/canhetingsky/LeetCode)](https://github.com/canhetingsky/LeetCode/search?l=python) [![GitHub license](https://img.shields.io/github/license/canhetingsky/LeetCode)](https://github.com/canhetingsky/LeetCode/blob/master/LICENSE) [![GitHub commit activity](https://img.shields.io/github/commit-activity/y/canhetingsky/LeetCode) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/canhetingsky/LeetCode) ![GitHub commit activity](https://img.shields.io/github/commit-activity/w/canhetingsky/LeetCode)](https://github.com/canhetingsky/LeetCode/commits/) ![GitHub last commit](https://img.shields.io/github/last-commit/canhetingsky/LeetCode) ## 文件说明 ### .github github 的配置文件,主要是 github action 的配置 ### Python3 [LeetCode](https://leetcode.com/problemset/all/) 的 Python3 解决方案 ### tools 项目中使用的脚本,具体内容查看`tools`文件夹 ### .gitignore git 忽略文件配置,使用 自动生成 ### LICENSE MIT ### mlc_config.json [markdown-link-check](https://github.com/tcort/markdown-link-check) 的配置文件,在 github action 中使用 ### Question.md [LeetCode](https://leetcode.com/problemset/all/) 题目 ### requirements.txt 项目中 python 脚本所需的包