Update README.md
Browse filesupdated and added links to dataset family
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 |
-
|
| 46 |
-
|
| 47 |
-
|
|
|
|
|
|
|
|
|
| 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!
|