Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -9,39 +9,12 @@ tags:
|
|
| 9 |
- python
|
| 10 |
- leetcode
|
| 11 |
- algorithms
|
| 12 |
-
dataset_info:
|
| 13 |
-
features:
|
| 14 |
-
- name: slug
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: solution_id
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: primary_algorithm
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: verified
|
| 21 |
-
dtype: bool
|
| 22 |
-
- name: messages
|
| 23 |
-
list:
|
| 24 |
-
- name: role
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: content
|
| 27 |
-
dtype: string
|
| 28 |
-
splits:
|
| 29 |
-
- name: train
|
| 30 |
-
num_bytes: 3515696
|
| 31 |
-
num_examples: 2522
|
| 32 |
-
download_size: 3368124
|
| 33 |
-
dataset_size: 3515696
|
| 34 |
-
configs:
|
| 35 |
-
- config_name: default
|
| 36 |
-
data_files:
|
| 37 |
-
- split: train
|
| 38 |
-
path: data/train-*
|
| 39 |
---
|
| 40 |
|
| 41 |
# LeetCode Code-Gen Dataset — Python
|
| 42 |
|
| 43 |
Problem statement + examples + required algorithm/technique -> Python solution.
|
| 44 |
-
|
| 45 |
|
| 46 |
Every row execution-verified against the problem's own examples.
|
| 47 |
|
|
|
|
| 9 |
- python
|
| 10 |
- leetcode
|
| 11 |
- algorithms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# LeetCode Code-Gen Dataset — Python
|
| 15 |
|
| 16 |
Problem statement + examples + required algorithm/technique -> Python solution.
|
| 17 |
+
2522 rows. Sourced from doocs/leetcode.
|
| 18 |
|
| 19 |
Every row execution-verified against the problem's own examples.
|
| 20 |
|