Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,12 @@ Contains 80 questions of LeetCode weekly and bi-weekly contests released after *
|
|
17 |
|
18 |
Each question contains an average of **644** test cases, as well as programming solutions in Python language collected from the official LeetCode website.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Dataset Structure
|
21 |
|
22 |
### Dataset Fields
|
|
|
17 |
|
18 |
Each question contains an average of **644** test cases, as well as programming solutions in Python language collected from the official LeetCode website.
|
19 |
|
20 |
+
## Requirements
|
21 |
+
|
22 |
+
```bash
|
23 |
+
pip install sortedcontainers
|
24 |
+
```
|
25 |
+
|
26 |
## Dataset Structure
|
27 |
|
28 |
### Dataset Fields
|