Update README.md
Browse files
README.md
CHANGED
@@ -89,6 +89,34 @@ print(sum(abs(l[i] - r[i]) for i in range(len(l))))",
|
|
89 |
"Language": "python:3.9"
|
90 |
}
|
91 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
## Source(?)
|
94 |
The dataset is derived from a combination of resources, including:
|
|
|
89 |
"Language": "python:3.9"
|
90 |
}
|
91 |
```
|
92 |
+
## Test Cases
|
93 |
+
The test cases are in the following file structure:
|
94 |
+
|
95 |
+
```plaintext
|
96 |
+
aoc.csv
|
97 |
+
test_cases/
|
98 |
+
βββ 2024/
|
99 |
+
β βββ ori_prompt/
|
100 |
+
β β βββ day1_part1.txt
|
101 |
+
β β βββ day1_part2.txt
|
102 |
+
β β βββ ...
|
103 |
+
β β βββ day25_part1.txt
|
104 |
+
β βββ test_case1/
|
105 |
+
β β βββ answers.csv
|
106 |
+
β β βββ day_1_input.txt
|
107 |
+
β β βββ ...
|
108 |
+
β β βββ day_25_input.txt
|
109 |
+
β βββ test_case2/
|
110 |
+
β β βββ answers.csv
|
111 |
+
β β βββ day_1_input.txt
|
112 |
+
β β βββ ...
|
113 |
+
β β βββ day_25_input.txt
|
114 |
+
β βββ test_case3/
|
115 |
+
β βββ answers.csv
|
116 |
+
β βββ day_1_input.txt
|
117 |
+
β βββ ...
|
118 |
+
β βββ day_25_input.txt
|
119 |
+
```
|
120 |
|
121 |
## Source(?)
|
122 |
The dataset is derived from a combination of resources, including:
|