Supahands commited on
Commit
99f2972
·
verified ·
1 Parent(s): 1e35593

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
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: