Supa-AI 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: