Skip to content

Commit 8cace87

Browse files
authored
Merge pull request #816 from PatrickMcSweeny/master
Add topics to config file
2 parents f1e240e + 6388661 commit 8cace87

File tree

1 file changed

+70
-16
lines changed

1 file changed

+70
-16
lines changed

config.json

Lines changed: 70 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,87 +11,125 @@
1111
"core": false,
1212
"unlocked_by": null,
1313
"difficulty": 1,
14-
"topics": null
14+
"topics": [
15+
"strings"
16+
]
1517
},
1618
{
1719
"slug": "hamming",
1820
"uuid": "d33dec8a-e2b4-40bc-8be9-3f49de084d43",
1921
"core": false,
2022
"unlocked_by": null,
2123
"difficulty": 1,
22-
"topics": null
24+
"topics": [
25+
"strings",
26+
"control_flow_conditionals"
27+
]
2328
},
2429
{
2530
"slug": "gigasecond",
2631
"uuid": "0fb594a1-193b-4ccf-8de2-eb6a81708b29",
2732
"core": false,
2833
"unlocked_by": null,
2934
"difficulty": 1,
30-
"topics": null
35+
"topics": [
36+
"time",
37+
"mathematics"
38+
]
3139
},
3240
{
3341
"slug": "rna-transcription",
3442
"uuid": "41f66d2a-1883-4a2c-875f-663c46fa88aa",
3543
"core": false,
3644
"unlocked_by": null,
3745
"difficulty": 1,
38-
"topics": null
46+
"topics": [
47+
"control_flow_conditionals",
48+
"control_flow_loops",
49+
"strings"
50+
]
3951
},
4052
{
4153
"slug": "raindrops",
4254
"uuid": "efad2cea-1e0b-4fb8-a452-a8e91be73638",
4355
"core": false,
4456
"unlocked_by": null,
4557
"difficulty": 1,
46-
"topics": null
58+
"topics": [
59+
"control_flow_conditionals",
60+
"mathematics"
61+
]
4762
},
4863
{
4964
"slug": "difference-of-squares",
5065
"uuid": "f1e4ee0c-8718-43f2-90a5-fb1e915288da",
5166
"core": false,
5267
"unlocked_by": null,
5368
"difficulty": 1,
54-
"topics": null
69+
"topics": [
70+
"integers",
71+
"mathematics",
72+
"algorithms"
73+
]
5574
},
5675
{
5776
"slug": "pangram",
5877
"uuid": "fcf07149-b2cb-4042-90e6-fb3350e0fdf6",
5978
"core": false,
6079
"unlocked_by": null,
6180
"difficulty": 1,
62-
"topics": null
81+
"topics": [
82+
"strings",
83+
"control_flow_conditionals"
84+
]
6385
},
6486
{
6587
"slug": "sieve",
6688
"uuid": "80f9af5a-ea29-4937-9333-b4494aaf2446",
6789
"core": false,
6890
"unlocked_by": null,
6991
"difficulty": 1,
70-
"topics": null
92+
"topics": [
93+
"mathematics",
94+
"integers",
95+
"algorithms"
96+
]
7197
},
7298
{
7399
"slug": "roman-numerals",
74100
"uuid": "b7ca9519-c33b-418b-a4ef-858a3d4d6855",
75101
"core": false,
76102
"unlocked_by": null,
77103
"difficulty": 1,
78-
"topics": null
104+
"topics": [
105+
"algorithms",
106+
"control_flow_conditionals",
107+
"control_flow_loops"
108+
]
79109
},
80110
{
81111
"slug": "nth-prime",
82112
"uuid": "16baef71-6234-4928-a2d4-a19eb8e110b8",
83113
"core": false,
84114
"unlocked_by": null,
85115
"difficulty": 1,
86-
"topics": null
116+
"topics": [
117+
"mathematics",
118+
"algorithms",
119+
"control_flow_loops"
120+
]
87121
},
88122
{
89123
"slug": "leap",
90124
"uuid": "06eaa2dd-dc80-4d38-b10d-11174183b0b6",
91125
"core": false,
92126
"unlocked_by": null,
93127
"difficulty": 1,
94-
"topics": null
128+
"topics": [
129+
"integers",
130+
"mathematics",
131+
"control_flow_conditionals"
132+
]
95133
},
96134
{
97135
"slug": "grains",
@@ -107,15 +145,22 @@
107145
"core": false,
108146
"unlocked_by": null,
109147
"difficulty": 1,
110-
"topics": null
148+
"topics": [
149+
"strings",
150+
"algorithms"
151+
]
111152
},
112153
{
113154
"slug": "bob",
114155
"uuid": "70fec82e-3038-468f-96ef-bfb48ce03ef3",
115156
"core": false,
116157
"unlocked_by": null,
117158
"difficulty": 1,
118-
"topics": null
159+
"topics": [
160+
"regular_expressions",
161+
"strings",
162+
"control_flow_conditionals"
163+
]
119164
},
120165
{
121166
"slug": "run-length-encoding",
@@ -171,15 +216,21 @@
171216
"core": false,
172217
"unlocked_by": null,
173218
"difficulty": 1,
174-
"topics": null
219+
"topics": [
220+
"strings",
221+
"parsing"
222+
]
175223
},
176224
{
177225
"slug": "prime-factors",
178226
"uuid": "a18daa31-88d3-45ba-84ca-f1d52fe23a79",
179227
"core": false,
180228
"unlocked_by": null,
181229
"difficulty": 1,
182-
"topics": null
230+
"topics": [
231+
"mathematics",
232+
"integers"
233+
]
183234
},
184235
{
185236
"slug": "strain",
@@ -211,7 +262,10 @@
211262
"core": false,
212263
"unlocked_by": null,
213264
"difficulty": 1,
214-
"topics": null
265+
"topics": [
266+
"strings",
267+
"control_flow_loops"
268+
]
215269
},
216270
{
217271
"slug": "bowling",

0 commit comments

Comments
 (0)