Skip to content

Commit ad15da0

Browse files
committed
update
1 parent e730aa6 commit ad15da0

File tree

2,517 files changed

+7352
-7326
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,517 files changed

+7352
-7326
lines changed

Diff for: README.md

+35-12
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,46 @@
11
# 力扣题库(完整版)
22

3-
使用 Python 脚本分批将力扣(国外版 `leetcode.com` 和 国内版 `leetcode-cn.com`)上面的题目下载下来,方便没有网的时候进行学习。
3+
> 最后更新日期: **2022.03.29**
4+
>
5+
> 使用脚本前请务必仔细完整阅读本 `README.md` 文件
46
5-
### 仓库内容介绍
7+
### 仓库介绍
68

7-
- [x] 国外版力扣题库,在仓库 `leetcode` 文件夹下(其中的 html 文件)。
8-
- [x] 国内版力扣题库,在仓库 `leetcode-cn/problem (Chinese)` 文件夹下,对于同时有英文版的题目来说,英文版在仓库 `leetcode-cn/problem (English)` 文件夹下。
9+
使用 Python 脚本分批将力扣(`leetcode.com``leetcode-cn.com`)上面的题目保存下来,方便没有网的时候进行学习。(仅包含可以在网页上直接打开的公开题目,不包含 VIP 题目)
910

10-
### 一些说明
1111

12-
- 仅包含可以在网页上直接打开的公开题目,不包含 VIP 题目。
13-
- 当前仓库的最后更新日期为 `2022.03.29`,我们会每隔一段时间从官方网站进行题目同步。
1412

13+
### 仓库目录结构
1514

15+
国外版力扣题库,在仓库 `leetcode/problem` 文件夹下;国内版力扣题库,在仓库 `leetcode-cn/problem (Chinese)``leetcode-cn/problem (English)` 文件夹下。(部分题目只有中文版,无对应英文版)。
1616

17-
> **注意!**
18-
>
19-
> **所有版权都为 LeetCode (及力扣中国) 官方所有,此处仅供学习使用,感谢 LeetCode 平台为我们提供大量的算法题目进行练习、提升。也请大家不要滥用,不要侵犯力扣平台的合法权益。**
2017

21-
---
2218

23-
Python脚本是在网上教程的基础上进行二改得到的,原版地址:https://blog.csdn.net/weixin_37267014/article/details/81429057
19+
### 特别注意!
20+
21+
#### 版权相关
22+
23+
**所有版权都为 LeetCode (及力扣中国) 官方所有,此处仅供学习使用,不要他用。也请大家不要滥用,不要侵犯力扣平台的合法权益。**
24+
25+
**感谢 LeetCode 平台为我们提供大量的算法题目进行练习与提升。如果大家经济条件允许,请大家多多支持力扣,例如冲冲会员等。**
26+
27+
力扣题库的权益归属力扣,使用力扣题库,需要遵循力扣使用条例,若您不同意此条例,请立即关闭当前网页,不要继续使用本题库。
28+
29+
力扣(LeetCode)• 使用条例: https://leetcode-cn.com/terms-c/
30+
31+
LeetCode Terms of Service: https://leetcode.com/terms/
32+
33+
34+
35+
#### 脚本原作者
36+
37+
Python脚本是在网上教程的基础上进行二改得到的,原版地址:https://blog.csdn.net/weixin_37267014/article/details/81429057
38+
39+
40+
41+
#### 其他
42+
43+
由于脚本运行时会向力扣网站发出大量请求,所以请大家不要随便尝试此脚本,以免影响力扣网站正常运行。
44+
45+
因为使用此脚本所造成的一系列问题,责任由您自己承担,作者不承担相应责任。
46+

0 commit comments

Comments
 (0)