mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-04-15 15:19:41 +08:00
update
This commit is contained in:
parent
58bbdfd57c
commit
2b0511d272
README.mdget.batleetcode-cn.py
leetcode-cn
[cn]json1-origin-data.json[cn]json2-problemset.json
originData
01-matrix.json05ZEDJ.json0H97ZC.json0i0mDW.json0jQkd0.json0on3uN.json0ynMMM.json1-bit-and-2-bit-characters.json132-pattern.json1fGaJU.json1nzheng-shu-zhong-1chu-xian-de-ci-shu-lcof.json2-keys-keyboard.json21dk04.json24-game.json2AoeFn.json2VG8Kg.json2bCMpM.json2vYnGI.json3Etpl5.json3sum-closest.json3sum-with-multiplicity.json3sum.json3u1WK4.json4sjJUc.json4sum-ii.json4sum.json4ueAj6.json4xy4Wx.json569nqc.json5TxKeK.json6eUYwP.json7LpjUW.json7WHec2.json7WqeDu.json7p8L0Z.json7rLGCR.json8Zf90G.jsonA1NYOS.jsonB1IidL.jsonD0F0SV.jsonDFPeFJ.jsonDb3wC1.jsonFortPu.jsonGu0c2T.jsonGzCJIP.jsonH6lPxb.jsonH8086Q.jsonIDBivT.jsonIQvJ9i.jsonIY6buf.jsonIlPe0q.jsonJEj789.jsonJFETK5.jsonJf1JuT.jsonJu9Xwi.jsonK8GULz.jsonLGjMqU.jsonLwUNpT.jsonM1oyTv.jsonM99OJA.jsonMPnaiL.jsonN6YdxV.jsonNUPfPr.jsonNYBBNL.jsonNaqhDT.jsonO4NDxx.jsonOrIXps.jsonP5rCT8.jsonPLYXKQ.jsonPzWKhm.jsonQ91FMA.jsonQA2IGt.jsonQC3q1f.jsonQTMn0o.jsonQv1Da2.jsonRQku0D.jsonSLwz0R.jsonSNJvJP.jsonSsGoHC.jsonTVdhkn.jsonUHnkqh.jsonUS1pGT.jsonUh984O.jsonUhWRSj.jsonUlBDOe.jsonUp5XYM.jsonVabMRr.jsonVvJkup.jsonWGki4K.jsonWNC0Lk.jsonWhsWhI.jsonWqXACV.jsonXagZNi.jsonXltzEq.jsonY1VbOX.json
@ -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`,我们会每隔一段时间从官方网站进行题目同步。
|
||||
|
||||
|
||||
|
||||
|
8
get.bat
8
get.bat
@ -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"):
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
0
算法题(国内版)/originData/3sum-with-multiplicity.json → leetcode-cn/originData/3sum-with-multiplicity.json
0
算法题(国内版)/originData/3sum-with-multiplicity.json → leetcode-cn/originData/3sum-with-multiplicity.json
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user