mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-01 12:53:27 +08:00
update
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
### 仓库内容介绍
|
### 仓库内容介绍
|
||||||
|
|
||||||
- [x] 国外版力扣题库,在仓库 `算法题(国外版)` 文件夹下(其中的 html 文件)。
|
- [x] 国外版力扣题库,在仓库 `leetcode` 文件夹下(其中的 html 文件)。
|
||||||
- [x] 国内版力扣题库,在仓库 `算法题(国内版)/problem (Chinese)` 文件夹下,对于同时有英文版的题目来说,英文版在仓库 `算法题(国内版)/problem (English)` 文件夹下。
|
- [x] 国内版力扣题库,在仓库 `leetcode-cn/problem (Chinese)` 文件夹下,对于同时有英文版的题目来说,英文版在仓库 `leetcode-cn/problem (English)` 文件夹下。
|
||||||
|
|
||||||
### 一些说明
|
### 一些说明
|
||||||
|
|
||||||
- 仅包含可以在网页上直接打开的公开题目,不包含 VIP 题目。
|
- 仅包含可以在网页上直接打开的公开题目,不包含 VIP 题目。
|
||||||
- 当前仓库的最后更新日期为 `2022.03.27`,仓库会每隔较长的一段时间从官方网站进行题目同步,同步后本仓库将更新。
|
- 当前仓库的最后更新日期为 `2022.03.29`,我们会每隔一段时间从官方网站进行题目同步。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
8
get.bat
8
get.bat
@@ -1,7 +1,11 @@
|
|||||||
git checkout master
|
git checkout master
|
||||||
git pull
|
git pull
|
||||||
python 国外版.py
|
|
||||||
python 国内版.py
|
python leetcode.py
|
||||||
|
python leetcode-cn.py
|
||||||
|
|
||||||
|
echo "<EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD> Git <20>ֿ<EFBFBD>"
|
||||||
|
pause
|
||||||
git add .
|
git add .
|
||||||
git commit -m "update"
|
git commit -m "update"
|
||||||
git push
|
git push
|
||||||
|
@@ -129,7 +129,7 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if __name__=='__main__':
|
if __name__=='__main__':
|
||||||
folderName = "算法题(国内版)"
|
folderName = "leetcode-cn"
|
||||||
if not os.path.exists(folderName):
|
if not os.path.exists(folderName):
|
||||||
os.mkdir(folderName)
|
os.mkdir(folderName)
|
||||||
if not os.path.exists(folderName + "/originData"):
|
if not os.path.exists(folderName + "/originData"):
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user