Supa-AI commited on
Commit
ac65501
·
verified ·
1 Parent(s): 37c9713

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 & 2 advent of code question from year 2024.
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 1 & 2 include at least 5 different solutions.
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: