Update README.md
Browse filesupdated links to other datasets in the family
README.md
CHANGED
@@ -31,8 +31,15 @@ This dataset contains information scraped from LeetCode, including problem detai
|
|
31 |
- `similarQuestions`: Questions simmilar to current question.
|
32 |
- `mysqlSchemas`,`category`,`sampleTestCase`,`metaData`,`envInfo`.
|
33 |
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |

|
|
|
31 |
- `similarQuestions`: Questions simmilar to current question.
|
32 |
- `mysqlSchemas`,`category`,`sampleTestCase`,`metaData`,`envInfo`.
|
33 |
|
34 |
+
---
|
35 |
+
|
36 |
+
> This dataset is part of a broader collection of LeetCode-related datasets. It complements:
|
37 |
+
>
|
38 |
+
> - **[LeetCode Problem Set](https://huggingface.co/datasets/kaysss/leetcode-problem-set)** – a lightweight dataset containing LeetCode problems along with titles, slugs, difficulty levels, and basic metadata (no content or solutions).
|
39 |
+
> - **[LeetCode Problem Solutions](https://huggingface.co/datasets/kaysss/leetcode-problem-solutions)** – includes up to 100 of the most upvoted community solutions per problem, with full code, summaries, and metadata.
|
40 |
+
>
|
41 |
+
> **Note**: New problems are added to the platform weekly. If you’d like the data refreshed or want more solutions per problem, feel free to reach out!
|
42 |
+
>
|
43 |
+
> The scraper used to collect this data is open-sourced here: [timetooth/leetcode_scraper](https://github.com/timetooth/leetcode_scraper.git). Give it a ⭐ if you find it helpful!
|
44 |
|
45 |

|