Update README.md
Browse files
README.md
CHANGED
@@ -26,14 +26,13 @@ dataset_info:
|
|
26 |
- name: Language
|
27 |
sequence: string
|
28 |
---
|
29 |
-
|
30 |
# Advent of Code Dataset
|
31 |
|
32 |
-
This dataset provides various Python solutions for day 1
|
33 |
More days and languages and years will be included in future releases.
|
34 |
|
35 |
## Key Features
|
36 |
-
**Enriched solutions**: Each part of every question
|
37 |
**Test cases**: Each question come with 3 test cases
|
38 |
|
39 |
|
@@ -45,7 +44,8 @@ More days and languages and years will be included in future releases.
|
|
45 |
2024 | Python | 1 | 2 | 5
|
46 |
2024 | Python | 2 | 1 | 5
|
47 |
2024 | Python | 2 | 2 | 5
|
48 |
-
|
|
|
49 |
|
50 |
|
51 |
## Data Instance Example:
|
|
|
26 |
- name: Language
|
27 |
sequence: string
|
28 |
---
|
|
|
29 |
# Advent of Code Dataset
|
30 |
|
31 |
+
This dataset provides various Python solutions for day 1 to day 10 advent of code question from year 2024.
|
32 |
More days and languages and years will be included in future releases.
|
33 |
|
34 |
## Key Features
|
35 |
+
**Enriched solutions**: Each part of every question include at least 5 different solutions.
|
36 |
**Test cases**: Each question come with 3 test cases
|
37 |
|
38 |
|
|
|
44 |
2024 | Python | 1 | 2 | 5
|
45 |
2024 | Python | 2 | 1 | 5
|
46 |
2024 | Python | 2 | 2 | 5
|
47 |
+
2024 | Python | 3 | 2 | 5
|
48 |
+
2024 | Python | 3 | 2 | 5
|
49 |
|
50 |
|
51 |
## Data Instance Example:
|