1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-01-27 02:30:28 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

18 lines
1.0 KiB
Markdown
Raw Normal View History

2022-03-27 18:26:46 +08:00
# 力扣题目
2022-03-27 20:37:04 +08:00
使用 Python 脚本分批将力扣(国外版 `leetcode.com` 和 国内版 `leetcode-cn.com`)上面的题目下载下来,方便没有网的时候进行学习。
2022-03-27 18:26:46 +08:00
2022-03-27 20:37:04 +08:00
目前已经下载部分:
2022-03-27 18:26:46 +08:00
2022-03-27 20:37:04 +08:00
- [x] 国外版力扣题库,在仓库 `算法题(国外版)` 文件夹下(其中的 html 文件)。
- [ ] 国内版力扣题库(部分),在仓库 `算法题(国内版)/problem (Chinese)` 文件夹下,对于同时有英文版的题目来说,英文版在仓库 `算法题(国内版)/problem (English)` 文件夹下。
2022-03-27 18:26:46 +08:00
2022-03-27 20:37:04 +08:00
仅包含可以在网页上直接打开的公开题目,不包含 VIP 题目。
2022-03-27 18:26:46 +08:00
2022-03-27 20:37:04 +08:00
> **注意!所有版权都为 LeetCode (及力扣中国)官方所有,此处仅供学习使用,感谢 LeetCode 平台为我们提供大量的算法题目进行练习、提升。也请大家不要滥用,不要侵犯力扣平台的合法权益。**
2022-03-27 18:26:46 +08:00
---
Python脚本是在网上教程的基础上进行二改得到的原版地址https://blog.csdn.net/weixin_37267014/article/details/81429057