kaysss commited on
Commit
a064f7a
·
verified ·
1 Parent(s): fc26c71

Update README.md

Browse files

added description

Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - summarization
6
+ - text-generation
7
+ language:
8
+ - en
9
+ tags:
10
+ - code
11
+ pretty_name: leet-leet
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+ # LeetCode Scraper Dataset
16
+
17
+ This dataset contains information scraped from LeetCode, including problem details, metadata, and related files. It is designed to assist developers in analyzing LeetCode problems, generating insights, and building tools for competitive programming or educational purposes.
18
+
19
+ **`questions_deets.csv`**
20
+ - Contains detailed information about each problem, including problem descriptions, constraints, and examples.
21
+ - **Columns**:
22
+ - `questionFrontendId`: Unique problem ID.
23
+ - `questionTitle`: Title of the problem.
24
+ - `content`: HTML content of the problem description.
25
+ - `difficulty`: Problem difficulty.
26
+ - `topicTags`: Tags associated with the problem.
27
+ - `codeDefinition`: Code templates for various programming languages.
28
+ - `TitleSlug`: URL-friendly title for the problem. Construct the link this way: "https://leetcode.com/problems/{titleSlug}/description/"
29
+ - `difficulty`, `totalAccepted`, `totalSubmission`, `totalAcceptedRaw`, `totalSubmissionRaw`,
30
+ - `acRate`
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)