|
158 | 158 | "slug": "leap",
|
159 | 159 | "name": "Leap",
|
160 | 160 | "uuid": "8740c914-f008-4b6b-8e7d-7470e78e6a8e",
|
161 |
| - "prerequisites": [], |
| 161 | + "prerequisites": ["boolean-logic"], |
162 | 162 | "difficulty": 1,
|
163 | 163 | "topics": [
|
164 | 164 | "math",
|
|
170 | 170 | "slug": "nucleotide-count",
|
171 | 171 | "name": "Nucleotide Count",
|
172 | 172 | "uuid": "54c24809-c6e7-419b-8ec3-6d8d128ca546",
|
173 |
| - "prerequisites": [], |
| 173 | + "prerequisites": [ |
| 174 | + "arithmetic-operators", "loops", "dicts", |
| 175 | + "chars", "strings" |
| 176 | + ], |
174 | 177 | "difficulty": 1,
|
175 | 178 | "topics": [
|
176 | 179 | "chars",
|
|
182 | 185 | "slug": "pangram",
|
183 | 186 | "name": "Pangram",
|
184 | 187 | "uuid": "4bc9a4f8-fc4d-4e6b-a93c-07069bbc5bc9",
|
185 |
| - "prerequisites": [], |
| 188 | + "prerequisites": [ |
| 189 | + "boolean-logic", "loops", |
| 190 | + "chars", "strings" |
| 191 | + ], |
186 | 192 | "difficulty": 1,
|
187 | 193 | "topics": [
|
188 | 194 | "arrays",
|
|
194 | 200 | "slug": "rotational-cipher",
|
195 | 201 | "name": "Rotational Cipher",
|
196 | 202 | "uuid": "79ea05f1-3f27-4b92-bc47-0cebcd8d5a6f",
|
197 |
| - "prerequisites": [], |
| 203 | + "prerequisites": [ |
| 204 | + "arithmetic-operators", "loops", |
| 205 | + "chars", "strings" |
| 206 | + ], |
198 | 207 | "difficulty": 2,
|
199 | 208 | "topics": [
|
200 | 209 | "metaprogramming",
|
|
206 | 215 | "slug": "difference-of-squares",
|
207 | 216 | "name": "Difference Of Squares",
|
208 | 217 | "uuid": "16550822-4751-4bb3-9e15-80361006e2d6",
|
209 |
| - "prerequisites": [], |
| 218 | + "prerequisites": [ |
| 219 | + "arithmetic-operators", "generators" |
| 220 | + ], |
210 | 221 | "difficulty": 1,
|
211 | 222 | "topics": [
|
212 | 223 | "generators",
|
|
217 | 228 | "slug": "raindrops",
|
218 | 229 | "name": "Raindrops",
|
219 | 230 | "uuid": "7a083573-2c68-47cc-8bc8-c0e483cf0e50",
|
220 |
| - "prerequisites": [], |
| 231 | + "prerequisites": [ |
| 232 | + "arithmetic-operators", "conditionals", "loops" |
| 233 | + ], |
221 | 234 | "difficulty": 1,
|
222 | 235 | "topics": [
|
223 | 236 | "arrays",
|
|
229 | 242 | "slug": "secret-handshake",
|
230 | 243 | "name": "Secret Handshake",
|
231 | 244 | "uuid": "d2c85375-c0e7-4e04-88f1-08736e5afa04",
|
232 |
| - "prerequisites": [], |
| 245 | + "prerequisites": [ |
| 246 | + "bitwise-operators", "conditionals", "loops" |
| 247 | + ], |
233 | 248 | "difficulty": 2,
|
234 | 249 | "topics": [
|
235 | 250 | "arrays",
|
|
240 | 255 | "slug": "clock",
|
241 | 256 | "name": "Clock",
|
242 | 257 | "uuid": "39bc1f1e-68e3-4d35-880b-d6b6fa174605",
|
243 |
| - "prerequisites": [], |
| 258 | + "prerequisites": [ |
| 259 | + "arithmetic-operators", "structs", "loops" |
| 260 | + ], |
244 | 261 | "difficulty": 5,
|
245 | 262 | "topics": [
|
246 | 263 | "time",
|
|
252 | 269 | "slug": "robot-name",
|
253 | 270 | "name": "Robot Name",
|
254 | 271 | "uuid": "7cb2d96a-4707-4cec-9ead-313fcb5fbb94",
|
255 |
| - "prerequisites": [], |
| 272 | + "prerequisites": [ |
| 273 | + "arithmetic-operators", "structs", "methods", "randomness", |
| 274 | + "loops", "conditionals" |
| 275 | + ], |
256 | 276 | "difficulty": 5,
|
257 | 277 | "topics": [
|
258 | 278 | "randomness",
|
|
0 commit comments