Skip to content

Commit 692fc20

Browse files
committed
Add exercises array. The difficulty and topics are NOT filled out. Refs exercism#125
1 parent be70a52 commit 692fc20

File tree

1 file changed

+362
-0
lines changed

1 file changed

+362
-0
lines changed

config.json

Lines changed: 362 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,368 @@
6565
"acronym",
6666
"forth"
6767
],
68+
"exercises": [
69+
{
70+
"slug": "hello-world",
71+
"difficulty": 1,
72+
"topics": [
73+
]
74+
},
75+
{
76+
"slug": "bob",
77+
"difficulty": 1,
78+
"topics": [
79+
]
80+
},
81+
{
82+
"slug": "hamming",
83+
"difficulty": 1,
84+
"topics": [
85+
]
86+
},
87+
{
88+
"slug": "word-count",
89+
"difficulty": 1,
90+
"topics": [
91+
]
92+
},
93+
{
94+
"slug": "pangram",
95+
"difficulty": 1,
96+
"topics": [
97+
]
98+
},
99+
{
100+
"slug": "anagram",
101+
"difficulty": 1,
102+
"topics": [
103+
]
104+
},
105+
{
106+
"slug": "nucleotide-count",
107+
"difficulty": 1,
108+
"topics": [
109+
]
110+
},
111+
{
112+
"slug": "phone-number",
113+
"difficulty": 1,
114+
"topics": [
115+
]
116+
},
117+
{
118+
"slug": "grade-school",
119+
"difficulty": 1,
120+
"topics": [
121+
]
122+
},
123+
{
124+
"slug": "robot-name",
125+
"difficulty": 1,
126+
"topics": [
127+
]
128+
},
129+
{
130+
"slug": "leap",
131+
"difficulty": 1,
132+
"topics": [
133+
]
134+
},
135+
{
136+
"slug": "etl",
137+
"difficulty": 1,
138+
"topics": [
139+
]
140+
},
141+
{
142+
"slug": "meetup",
143+
"difficulty": 1,
144+
"topics": [
145+
]
146+
},
147+
{
148+
"slug": "space-age",
149+
"difficulty": 1,
150+
"topics": [
151+
]
152+
},
153+
{
154+
"slug": "grains",
155+
"difficulty": 1,
156+
"topics": [
157+
]
158+
},
159+
{
160+
"slug": "gigasecond",
161+
"difficulty": 1,
162+
"topics": [
163+
]
164+
},
165+
{
166+
"slug": "scrabble-score",
167+
"difficulty": 1,
168+
"topics": [
169+
]
170+
},
171+
{
172+
"slug": "difference-of-squares",
173+
"difficulty": 1,
174+
"topics": [
175+
]
176+
},
177+
{
178+
"slug": "accumulate",
179+
"difficulty": 1,
180+
"topics": [
181+
]
182+
},
183+
{
184+
"slug": "sublist",
185+
"difficulty": 1,
186+
"topics": [
187+
]
188+
},
189+
{
190+
"slug": "rna-transcription",
191+
"difficulty": 1,
192+
"topics": [
193+
]
194+
},
195+
{
196+
"slug": "triangle",
197+
"difficulty": 1,
198+
"topics": [
199+
]
200+
},
201+
{
202+
"slug": "roman-numerals",
203+
"difficulty": 1,
204+
"topics": [
205+
]
206+
},
207+
{
208+
"slug": "prime-factors",
209+
"difficulty": 1,
210+
"topics": [
211+
]
212+
},
213+
{
214+
"slug": "raindrops",
215+
"difficulty": 1,
216+
"topics": [
217+
]
218+
},
219+
{
220+
"slug": "allergies",
221+
"difficulty": 1,
222+
"topics": [
223+
]
224+
},
225+
{
226+
"slug": "atbash-cipher",
227+
"difficulty": 1,
228+
"topics": [
229+
]
230+
},
231+
{
232+
"slug": "all-your-base",
233+
"difficulty": 1,
234+
"topics": [
235+
]
236+
},
237+
{
238+
"slug": "bank-account",
239+
"difficulty": 1,
240+
"topics": [
241+
]
242+
},
243+
{
244+
"slug": "crypto-square",
245+
"difficulty": 1,
246+
"topics": [
247+
]
248+
},
249+
{
250+
"slug": "kindergarten-garden",
251+
"difficulty": 1,
252+
"topics": [
253+
]
254+
},
255+
{
256+
"slug": "robot-simulator",
257+
"difficulty": 1,
258+
"topics": [
259+
]
260+
},
261+
{
262+
"slug": "queen-attack",
263+
"difficulty": 1,
264+
"topics": [
265+
]
266+
},
267+
{
268+
"slug": "binary-search-tree",
269+
"difficulty": 1,
270+
"topics": [
271+
]
272+
},
273+
{
274+
"slug": "largest-series-product",
275+
"difficulty": 1,
276+
"topics": [
277+
]
278+
},
279+
{
280+
"slug": "luhn",
281+
"difficulty": 1,
282+
"topics": [
283+
]
284+
},
285+
{
286+
"slug": "clock",
287+
"difficulty": 1,
288+
"topics": [
289+
]
290+
},
291+
{
292+
"slug": "matrix",
293+
"difficulty": 1,
294+
"topics": [
295+
]
296+
},
297+
{
298+
"slug": "house",
299+
"difficulty": 1,
300+
"topics": [
301+
]
302+
},
303+
{
304+
"slug": "minesweeper",
305+
"difficulty": 1,
306+
"topics": [
307+
]
308+
},
309+
{
310+
"slug": "ocr-numbers",
311+
"difficulty": 1,
312+
"topics": [
313+
]
314+
},
315+
{
316+
"slug": "wordy",
317+
"difficulty": 1,
318+
"topics": [
319+
]
320+
},
321+
{
322+
"slug": "food-chain",
323+
"difficulty": 1,
324+
"topics": [
325+
]
326+
},
327+
{
328+
"slug": "linked-list",
329+
"difficulty": 1,
330+
"topics": [
331+
]
332+
},
333+
{
334+
"slug": "custom-set",
335+
"difficulty": 1,
336+
"topics": [
337+
]
338+
},
339+
{
340+
"slug": "nth-prime",
341+
"difficulty": 1,
342+
"topics": [
343+
]
344+
},
345+
{
346+
"slug": "palindrome-products",
347+
"difficulty": 1,
348+
"topics": [
349+
]
350+
},
351+
{
352+
"slug": "pascals-triangle",
353+
"difficulty": 1,
354+
"topics": [
355+
]
356+
},
357+
{
358+
"slug": "pig-latin",
359+
"difficulty": 1,
360+
"topics": [
361+
]
362+
},
363+
{
364+
"slug": "pythagorean-triplet",
365+
"difficulty": 1,
366+
"topics": [
367+
]
368+
},
369+
{
370+
"slug": "saddle-points",
371+
"difficulty": 1,
372+
"topics": [
373+
]
374+
},
375+
{
376+
"slug": "say",
377+
"difficulty": 1,
378+
"topics": [
379+
]
380+
},
381+
{
382+
"slug": "secret-handshake",
383+
"difficulty": 1,
384+
"topics": [
385+
]
386+
},
387+
{
388+
"slug": "series",
389+
"difficulty": 1,
390+
"topics": [
391+
]
392+
},
393+
{
394+
"slug": "sieve",
395+
"difficulty": 1,
396+
"topics": [
397+
]
398+
},
399+
{
400+
"slug": "simple-cipher",
401+
"difficulty": 1,
402+
"topics": [
403+
]
404+
},
405+
{
406+
"slug": "connect",
407+
"difficulty": 1,
408+
"topics": [
409+
]
410+
},
411+
{
412+
"slug": "parallel-letter-frequency",
413+
"difficulty": 1,
414+
"topics": [
415+
]
416+
},
417+
{
418+
"slug": "acronym",
419+
"difficulty": 1,
420+
"topics": [
421+
]
422+
},
423+
{
424+
"slug": "forth",
425+
"difficulty": 1,
426+
"topics": [
427+
]
428+
}
429+
],
68430
"deprecated": [
69431
"binary",
70432
"hexadecimal",

0 commit comments

Comments
 (0)