# python LeetCode **Repository Path**: new_way/python-LeetCode ## Basic Information - **Project Name**: python LeetCode - **Description**: LeetCode题库的python实现 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 5 - **Created**: 2020-02-29 - **Last Updated**: 2022-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python LeetCode #### 介绍 用Python3完成的LeetCode仓库 #### 使用说明 1. .py文件以题目序号和中文题目命令 2. 文件中只有答案类,不含测试用例 3. 欢迎任何人批评指正代码中可以优化的地方 4. 非常高兴能与大家一起学习