1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-04-15 15:19:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
程序员小墨 2022-03-29 12:43:11 +08:00
parent 58bbdfd57c
commit 2b0511d272
10721 changed files with 8123 additions and 8119 deletions

@ -4,13 +4,13 @@
### 仓库内容介绍
- [x] 国外版力扣题库,在仓库 `算法题(国外版)` 文件夹下(其中的 html 文件)。
- [x] 国内版力扣题库,在仓库 `算法题(国内版)/problem (Chinese)` 文件夹下,对于同时有英文版的题目来说,英文版在仓库 `算法题(国内版)/problem (English)` 文件夹下。
- [x] 国外版力扣题库,在仓库 `leetcode` 文件夹下(其中的 html 文件)。
- [x] 国内版力扣题库,在仓库 `leetcode-cn/problem (Chinese)` 文件夹下,对于同时有英文版的题目来说,英文版在仓库 `leetcode-cn/problem (English)` 文件夹下。
### 一些说明
- 仅包含可以在网页上直接打开的公开题目,不包含 VIP 题目。
- 当前仓库的最后更新日期为 `2022.03.27`,仓库会每隔较长的一段时间从官方网站进行题目同步,同步后本仓库将更新
- 当前仓库的最后更新日期为 `2022.03.29`,我们会每隔一段时间从官方网站进行题目同步

@ -1,7 +1,11 @@
git checkout master
git pull
python 国外版.py
python 国内版.py
python leetcode.py
python leetcode-cn.py
echo "将要推送到 Git 仓库"
pause
git add .
git commit -m "update"
git push

@ -129,7 +129,7 @@ def main():
if __name__=='__main__':
folderName = "算法题(国内版)"
folderName = "leetcode-cn"
if not os.path.exists(folderName):
os.mkdir(folderName)
if not os.path.exists(folderName + "/originData"):

Some files were not shown because too many files have changed in this diff Show More