Supahands commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -65,8 +65,8 @@ configs:
|
|
| 65 |
---
|
| 66 |
# Advent of Code Dataset
|
| 67 |
|
| 68 |
-
This dataset provides various Python solutions for
|
| 69 |
-
More
|
| 70 |
|
| 71 |
## Key Features
|
| 72 |
**Enriched solutions**: Each part of every question include at least 5 different solutions.
|
|
@@ -75,14 +75,9 @@ More days and languages and years will be included in future releases.
|
|
| 75 |
|
| 76 |
## Statistics:
|
| 77 |
|
| 78 |
-
| Year | Language | Day |
|
| 79 |
|---------------------|-----------------|-----------------|-----------------|-----------------|
|
| 80 |
-
2024 | Python | 1 |
|
| 81 |
-
2024 | Python | 1 | 2 | 5
|
| 82 |
-
2024 | Python | 2 | 1 | 5
|
| 83 |
-
2024 | Python | 2 | 2 | 5
|
| 84 |
-
2024 | Python | 3 | 2 | 5
|
| 85 |
-
2024 | Python | 3 | 2 | 5
|
| 86 |
|
| 87 |
|
| 88 |
## Data Instance Example:
|
|
|
|
| 65 |
---
|
| 66 |
# Advent of Code Dataset
|
| 67 |
|
| 68 |
+
This dataset provides various Python solutions for advent of code question from year 2024.
|
| 69 |
+
More languages and years will be included in future releases.
|
| 70 |
|
| 71 |
## Key Features
|
| 72 |
**Enriched solutions**: Each part of every question include at least 5 different solutions.
|
|
|
|
| 75 |
|
| 76 |
## Statistics:
|
| 77 |
|
| 78 |
+
| Year | Language | Day | Total |
|
| 79 |
|---------------------|-----------------|-----------------|-----------------|-----------------|
|
| 80 |
+
2024 | Python | 1-25 | 245
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
|
| 82 |
|
| 83 |
## Data Instance Example:
|