Skip to content

Commit 89d4cd8

Browse files
committed
feat: add python scripts to fetch lastest problems
1 parent 30ce47a commit 89d4cd8

13 files changed

+3448
-2969
lines changed

solution/README.md

+1,556-1,394
Large diffs are not rendered by default.

solution/README_EN.md

+1,557-1,394
Large diffs are not rendered by default.

solution/README_TEMPLATE.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# [{}. {}]({})
2+
3+
[English Version]({})
4+
5+
## 题目描述
6+
7+
<!-- 这里写题目描述 -->
8+
{}
9+
10+
## 解法
11+
12+
<!-- 这里可写通用的实现逻辑 -->
13+
14+
15+
<!-- tabs:start -->
16+
17+
### **Python3**
18+
19+
<!-- 这里可写当前语言的特殊实现逻辑 -->
20+
21+
```python
22+
23+
```
24+
25+
### **Java**
26+
27+
<!-- 这里可写当前语言的特殊实现逻辑 -->
28+
29+
```java
30+
31+
```
32+
33+
### **...**
34+
```
35+
36+
```
37+
38+
<!-- tabs:end -->

solution/README_TEMPLATE_EN.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# [{}. {}]({})
2+
3+
[中文文档]({})
4+
5+
## Description
6+
7+
{}
8+
9+
## Solutions
10+
11+
12+
13+
<!-- tabs:start -->
14+
15+
### **Python3**
16+
17+
18+
```python
19+
20+
```
21+
22+
### **Java**
23+
24+
25+
```java
26+
27+
```
28+
29+
### **...**
30+
```
31+
32+
```
33+
34+
<!-- tabs:end -->
-1.15 KB
Binary file not shown.
-1.44 KB
Binary file not shown.

solution/config.py

-37
This file was deleted.

solution/fetch.py

-35
This file was deleted.

solution/leetcode.json

-1
This file was deleted.

solution/leetcode_spider.py

-107
This file was deleted.

0 commit comments

Comments
 (0)