kaysss commited on
Commit
d8c33ee
·
verified ·
1 Parent(s): 4a658d4

Update README.md

Browse files

updated links to other datasets in the family

Files changed (1) hide show
  1. README.md +10 -3
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
- This is a data is part of a wider family of datasets, it includes a dataset with detailed description and other statistics about each problem and another one with 100 solutions sorted by "Most-Voted".
35
- PS. questions are uploaded every week on the platform if you would like me to update the data or need more solutions for each problem, let me know.
36
- Code used for scrapping can be accessed here: "https://github.com/timetooth/leetcode_scraper.git" star the repo if you like it.
 
 
 
 
 
 
 
37
 
38
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/679a546f491b21002fc489da/szvp28YJuwFnMROxvpgOz.png)
 
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/679a546f491b21002fc489da/szvp28YJuwFnMROxvpgOz.png)