Update README.md
Browse filesadded links to other datasets
README.md
CHANGED
@@ -31,7 +31,13 @@ The dataset includes the following files:
|
|
31 |
- `hasSolution`: Indicates if the problem has an official solution.
|
32 |
- `hasVideoSolution`: Indicates if the problem has a video solution.
|
33 |
|
34 |
-
This
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |

|
|
|
31 |
- `hasSolution`: Indicates if the problem has an official solution.
|
32 |
- `hasVideoSolution`: Indicates if the problem has a video solution.
|
33 |
|
34 |
+
> This dataset is part of a broader collection of LeetCode-related datasets. It complements:
|
35 |
+
>
|
36 |
+
> - **[LeetCode Problem Detailed](https://huggingface.co/datasets/kaysss/leetcode-problem-detailed)** – includes full problem descriptions, difficulty levels, and metadata.
|
37 |
+
> - **[LeetCode Problem Solutions](https://huggingface.co/datasets/kaysss/leetcode-problem-solutions)** – contains the top 100 community solutions per problem, sorted by most upvoted.
|
38 |
+
>
|
39 |
+
> **Note**: New questions are added weekly to the platform. If you'd like updated data or more solutions per problem, feel free to reach out!
|
40 |
+
>
|
41 |
+
> Scraping code is open-sourced here: [timetooth/leetcode_scraper](https://github.com/timetooth/leetcode_scraper.git). Give it ⭐ a if you find it helpful!
|
42 |
+
|
43 |

|