kaysss commited on
Commit
b6307eb
·
verified ·
1 Parent(s): 95a90ce

Update README.md

Browse files

updated and added links to dataset family

Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -40,8 +40,10 @@ This dataset contains **community-contributed LeetCode solutions** scraped from
40
 
41
  `question_slug`: Construct the link this way: "https://leetcode.com/problems/{question_slug}/description/"
42
 
43
- ---
44
-
45
- 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".
46
- 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.
47
- Code used for scrapping can be accessed here: "https://github.com/timetooth/leetcode_scraper.git" star the repo if you like it.
 
 
 
40
 
41
  `question_slug`: Construct the link this way: "https://leetcode.com/problems/{question_slug}/description/"
42
 
43
+ > This dataset is part of a broader collection of LeetCode-related resources. It complements:
44
+ >
45
+ > - **[LeetCode Problem Detailed](https://huggingface.co/datasets/kaysss/leetcode-problem-detailed)** includes full problem descriptions, metadata, and statistics for each LeetCode question.
46
+ > - **[LeetCode Problem Set](https://huggingface.co/datasets/kaysss/leetcode-problem-set)** a lightweight list of problems with slugs, titles, difficulty levels, and basic stats (without descriptions or solutions).
47
+ > **Note**: New questions and solutions are added weekly. If you'd like updates or more in-depth coverage for specific problems, feel free to reach out!
48
+ >
49
+ > The scraper used to collect this dataset is available here: [timetooth/leetcode_scraper](https://github.com/timetooth/leetcode_scraper.git). Drop a ⭐ if you find it useful!