trackler 2.2.1.147 → 2.2.1.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/trackler/version.rb +1 -1
- data/tracks/crystal/Makefile +1 -1
- data/tracks/crystal/exercises/acronym/spec/acronym_spec.cr +2 -6
- data/tracks/crystal/exercises/binary/spec/binary_spec.cr +1 -1
- data/tracks/crystal/exercises/difference-of-squares/spec/difference_of_squares_spec.cr +10 -14
- data/tracks/crystal/exercises/run-length-encoding/spec/run_length_encoding_spec.cr +29 -9
- data/tracks/crystal/generator/src/generators/acronym.cr +1 -1
- data/tracks/crystal/generator/src/generators/binary.cr +1 -1
- data/tracks/crystal/generator/src/generators/difference_of_squares.cr +6 -7
- data/tracks/crystal/generator/src/generators/run_length_encoding.cr +20 -10
- data/tracks/csharp/config.json +477 -477
- data/tracks/elixir/exercises/largest-series-product/example.exs +1 -1
- data/tracks/elm/exercises/phone-number/PhoneNumber.elm +1 -6
- data/tracks/elm/exercises/phone-number/tests/Tests.elm +22 -37
- data/tracks/elm/exercises/run-length-encoding/tests/Tests.elm +55 -31
- data/tracks/fsharp/generators/Exercise.fs +27 -6
- data/tracks/fsharp/generators/Generators.fs +37 -45
- data/tracks/fsharp/generators/Templates.fs +15 -44
- data/tracks/haskell/.travis.yml +1 -0
- data/tracks/haskell/bin/check-configlet-fmt.sh +42 -0
- data/tracks/haskell/config/maintainers.json +13 -13
- data/tracks/haskell/config.json +212 -250
- data/tracks/java/exercises/sublist/.meta/version +1 -1
- data/tracks/java/exercises/word-search/.meta/version +1 -1
- data/tracks/nim/config.json +10 -0
- data/tracks/nim/exercises/reverse-string/README.md +13 -0
- data/tracks/nim/exercises/reverse-string/example.nim +4 -0
- data/tracks/nim/exercises/reverse-string/reverse_string_test.nim +20 -0
- data/tracks/objective-c/config.json +10 -0
- data/tracks/objective-c/exercises/reverse-string/README.md +34 -0
- data/tracks/objective-c/exercises/reverse-string/ReverseStringExample.h +7 -0
- data/tracks/objective-c/exercises/reverse-string/ReverseStringExample.m +22 -0
- data/tracks/objective-c/exercises/reverse-string/ReverseStringTest.m +51 -0
- data/tracks/objective-c/xcodeProject/ObjectiveC.xcodeproj/project.pbxproj +18 -0
- data/tracks/objective-c/xcodeProject/ObjectiveC.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- data/tracks/ruby/config/maintainers.json +25 -25
- data/tracks/ruby/config.json +203 -371
- data/tracks/ruby/exercises/bob/.meta/.version +1 -1
- data/tracks/ruby/exercises/bob/.meta/generator/bob_case.rb +3 -2
- data/tracks/ruby/exercises/bob/.meta/solutions/bob.rb +3 -1
- data/tracks/ruby/exercises/bob/README.md +2 -0
- data/tracks/ruby/exercises/bob/bob_test.rb +27 -27
- data/tracks/ruby/exercises/hamming/RUNNING_TESTS.md +1 -1
- data/tracks/rust/.travis.yml +1 -0
- data/tracks/rust/_test/check-configlet-fmt.sh +37 -0
- data/tracks/rust/config/maintainers.json +23 -23
- data/tracks/rust/config.json +246 -246
- metadata +12 -3
- data/tracks/elm/exercises/run-length-encoding/RunLengthEncodingPropertyChecks.elm +0 -63
data/tracks/csharp/config.json
CHANGED
@@ -1,1309 +1,1309 @@
|
|
1
1
|
{
|
2
|
+
"language": "C#",
|
2
3
|
"active": true,
|
3
4
|
"blurb": "C# is a modern, object-oriented language with lots of great features, such as type-inference and async/await. The tooling is excellent, and there is extensive, well-written documentation.",
|
5
|
+
"foregone": [
|
6
|
+
"lens-person",
|
7
|
+
"nucleotide-codons",
|
8
|
+
"paasio",
|
9
|
+
"point-mutations",
|
10
|
+
"counter"
|
11
|
+
],
|
4
12
|
"exercises": [
|
5
13
|
{
|
14
|
+
"slug": "hello-world",
|
15
|
+
"uuid": "6c88f46b-5acb-4fae-a6ec-b48ae3f8168f",
|
6
16
|
"core": true,
|
17
|
+
"unlocked_by": null,
|
7
18
|
"difficulty": 1,
|
8
|
-
"slug": "hello-world",
|
9
19
|
"topics": [
|
10
20
|
"strings"
|
11
|
-
]
|
12
|
-
"unlocked_by": null,
|
13
|
-
"uuid": "6c88f46b-5acb-4fae-a6ec-b48ae3f8168f"
|
21
|
+
]
|
14
22
|
},
|
15
23
|
{
|
24
|
+
"slug": "reverse-string",
|
25
|
+
"uuid": "14395318-c7b9-11e7-abc4-cec278b6b50a",
|
16
26
|
"core": false,
|
27
|
+
"unlocked_by": null,
|
17
28
|
"difficulty": 1,
|
18
|
-
"slug": "reverse-string",
|
19
29
|
"topics": [
|
20
30
|
"strings"
|
21
|
-
]
|
22
|
-
"unlocked_by": null,
|
23
|
-
"uuid": "14395318-c7b9-11e7-abc4-cec278b6b50a"
|
31
|
+
]
|
24
32
|
},
|
25
33
|
{
|
34
|
+
"slug": "leap",
|
35
|
+
"uuid": "8ba15933-29a2-49b1-a9ce-70474bad3007",
|
26
36
|
"core": true,
|
37
|
+
"unlocked_by": null,
|
27
38
|
"difficulty": 1,
|
28
|
-
"slug": "leap",
|
29
39
|
"topics": [
|
30
40
|
"control_flow_if_else_statements",
|
31
41
|
"integers"
|
32
|
-
]
|
33
|
-
"unlocked_by": null,
|
34
|
-
"uuid": "8ba15933-29a2-49b1-a9ce-70474bad3007"
|
42
|
+
]
|
35
43
|
},
|
36
44
|
{
|
45
|
+
"slug": "bob",
|
46
|
+
"uuid": "da00f894-dbc8-485e-adba-a79d5ebee3ad",
|
37
47
|
"core": true,
|
48
|
+
"unlocked_by": null,
|
38
49
|
"difficulty": 1,
|
39
|
-
"slug": "bob",
|
40
50
|
"topics": [
|
41
51
|
"control_flow_if_else_statements",
|
42
52
|
"strings"
|
43
|
-
]
|
44
|
-
"unlocked_by": null,
|
45
|
-
"uuid": "da00f894-dbc8-485e-adba-a79d5ebee3ad"
|
53
|
+
]
|
46
54
|
},
|
47
55
|
{
|
56
|
+
"slug": "sum-of-multiples",
|
57
|
+
"uuid": "d985d4a9-1a2b-4bb1-ad08-961b8d36ee2e",
|
48
58
|
"core": true,
|
59
|
+
"unlocked_by": null,
|
49
60
|
"difficulty": 1,
|
50
|
-
"slug": "sum-of-multiples",
|
51
61
|
"topics": [
|
52
62
|
"arrays",
|
53
63
|
"transforming"
|
54
|
-
]
|
55
|
-
"unlocked_by": null,
|
56
|
-
"uuid": "d985d4a9-1a2b-4bb1-ad08-961b8d36ee2e"
|
64
|
+
]
|
57
65
|
},
|
58
66
|
{
|
67
|
+
"slug": "raindrops",
|
68
|
+
"uuid": "29ae7f8e-a009-4175-9350-a8c684c89730",
|
59
69
|
"core": true,
|
70
|
+
"unlocked_by": null,
|
60
71
|
"difficulty": 2,
|
61
|
-
"slug": "raindrops",
|
62
72
|
"topics": [
|
63
73
|
"filtering",
|
64
74
|
"strings"
|
65
|
-
]
|
66
|
-
"unlocked_by": null,
|
67
|
-
"uuid": "29ae7f8e-a009-4175-9350-a8c684c89730"
|
75
|
+
]
|
68
76
|
},
|
69
77
|
{
|
78
|
+
"slug": "two-fer",
|
79
|
+
"uuid": "57f02d0e-7b75-473b-892d-26a7d980c4ce",
|
70
80
|
"core": true,
|
81
|
+
"unlocked_by": null,
|
71
82
|
"difficulty": 1,
|
72
|
-
"slug": "two-fer",
|
73
83
|
"topics": [
|
74
84
|
"optional_values",
|
75
85
|
"strings"
|
76
|
-
]
|
77
|
-
"unlocked_by": null,
|
78
|
-
"uuid": "57f02d0e-7b75-473b-892d-26a7d980c4ce"
|
86
|
+
]
|
79
87
|
},
|
80
88
|
{
|
89
|
+
"slug": "nucleotide-count",
|
90
|
+
"uuid": "caca1c6a-b998-431e-b6af-ca2d47b7708f",
|
81
91
|
"core": true,
|
92
|
+
"unlocked_by": null,
|
82
93
|
"difficulty": 2,
|
83
|
-
"slug": "nucleotide-count",
|
84
94
|
"topics": [
|
85
95
|
"dictionaries",
|
86
96
|
"strings"
|
87
|
-
]
|
88
|
-
"unlocked_by": null,
|
89
|
-
"uuid": "caca1c6a-b998-431e-b6af-ca2d47b7708f"
|
97
|
+
]
|
90
98
|
},
|
91
99
|
{
|
100
|
+
"slug": "accumulate",
|
101
|
+
"uuid": "3c0563dc-665a-45b4-9b29-f133e235efd0",
|
92
102
|
"core": true,
|
103
|
+
"unlocked_by": null,
|
93
104
|
"difficulty": 2,
|
94
|
-
"slug": "accumulate",
|
95
105
|
"topics": [
|
96
106
|
"extension_methods",
|
97
107
|
"sequences",
|
98
108
|
"transforming"
|
99
|
-
]
|
100
|
-
"unlocked_by": null,
|
101
|
-
"uuid": "3c0563dc-665a-45b4-9b29-f133e235efd0"
|
109
|
+
]
|
102
110
|
},
|
103
111
|
{
|
112
|
+
"slug": "grade-school",
|
113
|
+
"uuid": "ec1cc254-8e66-40d0-87bf-971d54c541c4",
|
104
114
|
"core": true,
|
115
|
+
"unlocked_by": null,
|
105
116
|
"difficulty": 2,
|
106
|
-
"slug": "grade-school",
|
107
117
|
"topics": [
|
108
118
|
"lists",
|
109
119
|
"sorting"
|
110
|
-
]
|
111
|
-
"unlocked_by": null,
|
112
|
-
"uuid": "ec1cc254-8e66-40d0-87bf-971d54c541c4"
|
120
|
+
]
|
113
121
|
},
|
114
122
|
{
|
123
|
+
"slug": "collatz-conjecture",
|
124
|
+
"uuid": "c4efbf8a-8e76-4700-807d-830a4938f4d0",
|
115
125
|
"core": false,
|
126
|
+
"unlocked_by": "sum-of-multiples",
|
116
127
|
"difficulty": 2,
|
117
|
-
"slug": "collatz-conjecture",
|
118
128
|
"topics": [
|
119
129
|
"algorithms",
|
120
130
|
"control_flow_conditionals",
|
121
131
|
"control_flow_loops",
|
122
132
|
"integers",
|
123
133
|
"mathematics"
|
124
|
-
]
|
125
|
-
"unlocked_by": "sum-of-multiples",
|
126
|
-
"uuid": "c4efbf8a-8e76-4700-807d-830a4938f4d0"
|
134
|
+
]
|
127
135
|
},
|
128
136
|
{
|
137
|
+
"slug": "armstrong-numbers",
|
138
|
+
"uuid": "8150604d-4cdc-414a-a523-dd65ac536f0e",
|
129
139
|
"core": false,
|
140
|
+
"unlocked_by": "sum-of-multiples",
|
130
141
|
"difficulty": 2,
|
131
|
-
"slug": "armstrong-numbers",
|
132
142
|
"topics": [
|
133
143
|
"mathematics"
|
134
|
-
]
|
135
|
-
"unlocked_by": "sum-of-multiples",
|
136
|
-
"uuid": "8150604d-4cdc-414a-a523-dd65ac536f0e"
|
144
|
+
]
|
137
145
|
},
|
138
146
|
{
|
147
|
+
"slug": "rational-numbers",
|
148
|
+
"uuid": "9ae7f7ed-75d8-4d03-967c-53846634ae07",
|
139
149
|
"core": false,
|
150
|
+
"unlocked_by": "leap",
|
140
151
|
"difficulty": 4,
|
141
|
-
"slug": "rational-numbers",
|
142
152
|
"topics": [
|
143
153
|
"mathematics"
|
144
|
-
]
|
145
|
-
"unlocked_by": "leap",
|
146
|
-
"uuid": "9ae7f7ed-75d8-4d03-967c-53846634ae07"
|
154
|
+
]
|
147
155
|
},
|
148
156
|
{
|
157
|
+
"slug": "kindergarten-garden",
|
158
|
+
"uuid": "b7458404-2534-4ed8-8350-7060fa4b5786",
|
149
159
|
"core": true,
|
160
|
+
"unlocked_by": null,
|
150
161
|
"difficulty": 3,
|
151
|
-
"slug": "kindergarten-garden",
|
152
162
|
"topics": [
|
153
163
|
"enumerations",
|
154
164
|
"parsing"
|
155
|
-
]
|
156
|
-
"unlocked_by": null,
|
157
|
-
"uuid": "b7458404-2534-4ed8-8350-7060fa4b5786"
|
165
|
+
]
|
158
166
|
},
|
159
167
|
{
|
168
|
+
"slug": "clock",
|
169
|
+
"uuid": "83e4cb1e-456f-4c74-ae82-6895f0bd73ae",
|
160
170
|
"core": true,
|
171
|
+
"unlocked_by": null,
|
161
172
|
"difficulty": 3,
|
162
|
-
"slug": "clock",
|
163
173
|
"topics": [
|
164
174
|
"classes",
|
165
175
|
"structural_equality"
|
166
|
-
]
|
167
|
-
"unlocked_by": null,
|
168
|
-
"uuid": "83e4cb1e-456f-4c74-ae82-6895f0bd73ae"
|
176
|
+
]
|
169
177
|
},
|
170
178
|
{
|
179
|
+
"slug": "binary-search",
|
180
|
+
"uuid": "f92ff94a-73e6-41cb-a376-835c2368b358",
|
171
181
|
"core": true,
|
182
|
+
"unlocked_by": null,
|
172
183
|
"difficulty": 3,
|
173
|
-
"slug": "binary-search",
|
174
184
|
"topics": [
|
175
185
|
"arrays",
|
176
186
|
"searching"
|
177
|
-
]
|
178
|
-
"unlocked_by": null,
|
179
|
-
"uuid": "f92ff94a-73e6-41cb-a376-835c2368b358"
|
187
|
+
]
|
180
188
|
},
|
181
189
|
{
|
190
|
+
"slug": "allergies",
|
191
|
+
"uuid": "2ac228d8-7bf0-4946-8352-6541df02c0a2",
|
182
192
|
"core": true,
|
193
|
+
"unlocked_by": null,
|
183
194
|
"difficulty": 4,
|
184
|
-
"slug": "allergies",
|
185
195
|
"topics": [
|
186
196
|
"bitwise_operations",
|
187
197
|
"filtering"
|
188
|
-
]
|
189
|
-
"unlocked_by": null,
|
190
|
-
"uuid": "2ac228d8-7bf0-4946-8352-6541df02c0a2"
|
198
|
+
]
|
191
199
|
},
|
192
200
|
{
|
201
|
+
"slug": "saddle-points",
|
202
|
+
"uuid": "cb755a7d-e01d-4758-92ab-9d2e6518a3eb",
|
193
203
|
"core": true,
|
204
|
+
"unlocked_by": null,
|
194
205
|
"difficulty": 4,
|
195
|
-
"slug": "saddle-points",
|
196
206
|
"topics": [
|
197
207
|
"arrays",
|
198
208
|
"matrices",
|
199
209
|
"tuples"
|
200
|
-
]
|
201
|
-
"unlocked_by": null,
|
202
|
-
"uuid": "cb755a7d-e01d-4758-92ab-9d2e6518a3eb"
|
210
|
+
]
|
203
211
|
},
|
204
212
|
{
|
213
|
+
"slug": "markdown",
|
214
|
+
"uuid": "dee4abe1-c75f-4cb8-b5f3-5b5b77e1c7aa",
|
205
215
|
"core": true,
|
216
|
+
"unlocked_by": null,
|
206
217
|
"difficulty": 5,
|
207
|
-
"slug": "markdown",
|
208
218
|
"topics": [
|
209
219
|
"parsing",
|
210
220
|
"refactoring",
|
211
221
|
"transforming"
|
212
|
-
]
|
213
|
-
"unlocked_by": null,
|
214
|
-
"uuid": "dee4abe1-c75f-4cb8-b5f3-5b5b77e1c7aa"
|
222
|
+
]
|
215
223
|
},
|
216
224
|
{
|
225
|
+
"slug": "book-store",
|
226
|
+
"uuid": "8288d3e0-75a4-4a18-94c7-2fab3228dc58",
|
217
227
|
"core": true,
|
228
|
+
"unlocked_by": null,
|
218
229
|
"difficulty": 5,
|
219
|
-
"slug": "book-store",
|
220
230
|
"topics": [
|
221
231
|
"recursion"
|
222
|
-
]
|
223
|
-
"unlocked_by": null,
|
224
|
-
"uuid": "8288d3e0-75a4-4a18-94c7-2fab3228dc58"
|
232
|
+
]
|
225
233
|
},
|
226
234
|
{
|
235
|
+
"slug": "gigasecond",
|
236
|
+
"uuid": "b7116dfb-1107-4546-9f95-f15acdb6f6a4",
|
227
237
|
"core": false,
|
238
|
+
"unlocked_by": null,
|
228
239
|
"difficulty": 1,
|
229
|
-
"slug": "gigasecond",
|
230
240
|
"topics": [
|
231
241
|
"dates"
|
232
|
-
]
|
233
|
-
"unlocked_by": null,
|
234
|
-
"uuid": "b7116dfb-1107-4546-9f95-f15acdb6f6a4"
|
242
|
+
]
|
235
243
|
},
|
236
244
|
{
|
245
|
+
"slug": "rna-transcription",
|
246
|
+
"uuid": "440b0b23-220d-4706-98f0-9a89fce85acb",
|
237
247
|
"core": false,
|
248
|
+
"unlocked_by": null,
|
238
249
|
"difficulty": 1,
|
239
|
-
"slug": "rna-transcription",
|
240
250
|
"topics": [
|
241
251
|
"strings",
|
242
252
|
"transforming"
|
243
|
-
]
|
244
|
-
"unlocked_by": null,
|
245
|
-
"uuid": "440b0b23-220d-4706-98f0-9a89fce85acb"
|
253
|
+
]
|
246
254
|
},
|
247
255
|
{
|
256
|
+
"slug": "space-age",
|
257
|
+
"uuid": "612f058b-c6d9-4c97-913a-eeeb59ef61e1",
|
248
258
|
"core": false,
|
259
|
+
"unlocked_by": null,
|
249
260
|
"difficulty": 1,
|
250
|
-
"slug": "space-age",
|
251
261
|
"topics": [
|
252
262
|
"floating_point_numbers"
|
253
|
-
]
|
254
|
-
"unlocked_by": null,
|
255
|
-
"uuid": "612f058b-c6d9-4c97-913a-eeeb59ef61e1"
|
263
|
+
]
|
256
264
|
},
|
257
265
|
{
|
266
|
+
"slug": "difference-of-squares",
|
267
|
+
"uuid": "5554c048-0de3-4a85-b043-7577f429cba4",
|
258
268
|
"core": false,
|
269
|
+
"unlocked_by": "leap",
|
259
270
|
"difficulty": 1,
|
260
|
-
"slug": "difference-of-squares",
|
261
271
|
"topics": [
|
262
272
|
"control_flow_loops",
|
263
273
|
"integers"
|
264
|
-
]
|
265
|
-
"unlocked_by": "leap",
|
266
|
-
"uuid": "5554c048-0de3-4a85-b043-7577f429cba4"
|
274
|
+
]
|
267
275
|
},
|
268
276
|
{
|
277
|
+
"slug": "hamming",
|
278
|
+
"uuid": "05162ee0-38ac-40ad-a591-d70a74b6963a",
|
269
279
|
"core": false,
|
280
|
+
"unlocked_by": "hello-world",
|
270
281
|
"difficulty": 2,
|
271
|
-
"slug": "hamming",
|
272
282
|
"topics": [
|
273
283
|
"filtering",
|
274
284
|
"strings"
|
275
|
-
]
|
276
|
-
"unlocked_by": "hello-world",
|
277
|
-
"uuid": "05162ee0-38ac-40ad-a591-d70a74b6963a"
|
285
|
+
]
|
278
286
|
},
|
279
287
|
{
|
288
|
+
"slug": "grains",
|
289
|
+
"uuid": "372c71b6-6256-4fe2-bddc-55667e3861af",
|
280
290
|
"core": false,
|
291
|
+
"unlocked_by": "leap",
|
281
292
|
"difficulty": 2,
|
282
|
-
"slug": "grains",
|
283
293
|
"topics": [
|
284
294
|
"integers"
|
285
|
-
]
|
286
|
-
"unlocked_by": "leap",
|
287
|
-
"uuid": "372c71b6-6256-4fe2-bddc-55667e3861af"
|
295
|
+
]
|
288
296
|
},
|
289
297
|
{
|
298
|
+
"slug": "pangram",
|
299
|
+
"uuid": "a595d7a1-81d3-48f2-9921-e53b9b22e072",
|
290
300
|
"core": false,
|
301
|
+
"unlocked_by": "hello-world",
|
291
302
|
"difficulty": 2,
|
292
|
-
"slug": "pangram",
|
293
303
|
"topics": [
|
294
304
|
"strings"
|
295
|
-
]
|
296
|
-
"unlocked_by": "hello-world",
|
297
|
-
"uuid": "a595d7a1-81d3-48f2-9921-e53b9b22e072"
|
305
|
+
]
|
298
306
|
},
|
299
307
|
{
|
308
|
+
"slug": "etl",
|
309
|
+
"uuid": "36b7602c-44e2-4589-a97d-127a0277b2a2",
|
300
310
|
"core": false,
|
311
|
+
"unlocked_by": "nucleotide-count",
|
301
312
|
"difficulty": 2,
|
302
|
-
"slug": "etl",
|
303
313
|
"topics": [
|
304
314
|
"dictionaries",
|
305
315
|
"lists",
|
306
316
|
"transforming"
|
307
|
-
]
|
308
|
-
"unlocked_by": "nucleotide-count",
|
309
|
-
"uuid": "36b7602c-44e2-4589-a97d-127a0277b2a2"
|
317
|
+
]
|
310
318
|
},
|
311
319
|
{
|
320
|
+
"slug": "phone-number",
|
321
|
+
"uuid": "5675771e-1a46-40bd-8923-f6e09642cc0c",
|
312
322
|
"core": false,
|
323
|
+
"unlocked_by": "sum-of-multiples",
|
313
324
|
"difficulty": 3,
|
314
|
-
"slug": "phone-number",
|
315
325
|
"topics": [
|
316
326
|
"parsing",
|
317
327
|
"transforming"
|
318
|
-
]
|
319
|
-
"unlocked_by": "sum-of-multiples",
|
320
|
-
"uuid": "5675771e-1a46-40bd-8923-f6e09642cc0c"
|
328
|
+
]
|
321
329
|
},
|
322
330
|
{
|
331
|
+
"slug": "strain",
|
332
|
+
"uuid": "fdb19da7-28df-429b-83e5-d024abe97870",
|
323
333
|
"core": false,
|
334
|
+
"unlocked_by": "raindrops",
|
324
335
|
"difficulty": 3,
|
325
|
-
"slug": "strain",
|
326
336
|
"topics": [
|
327
337
|
"filtering",
|
328
338
|
"sequences"
|
329
|
-
]
|
330
|
-
"unlocked_by": "raindrops",
|
331
|
-
"uuid": "fdb19da7-28df-429b-83e5-d024abe97870"
|
339
|
+
]
|
332
340
|
},
|
333
341
|
{
|
342
|
+
"slug": "scrabble-score",
|
343
|
+
"uuid": "89c42da3-72a6-423d-a9c7-7caccbd9b1e6",
|
334
344
|
"core": false,
|
345
|
+
"unlocked_by": "sum-of-multiples",
|
335
346
|
"difficulty": 3,
|
336
|
-
"slug": "scrabble-score",
|
337
347
|
"topics": [
|
338
348
|
"transforming"
|
339
|
-
]
|
340
|
-
"unlocked_by": "sum-of-multiples",
|
341
|
-
"uuid": "89c42da3-72a6-423d-a9c7-7caccbd9b1e6"
|
349
|
+
]
|
342
350
|
},
|
343
351
|
{
|
352
|
+
"slug": "proverb",
|
353
|
+
"uuid": "b0a978a6-9c3f-427e-8ada-0a3951ca14fd",
|
344
354
|
"core": false,
|
355
|
+
"unlocked_by": "raindrops",
|
345
356
|
"difficulty": 3,
|
346
|
-
"slug": "proverb",
|
347
357
|
"topics": [
|
348
358
|
"algorithms",
|
349
359
|
"strings"
|
350
|
-
]
|
351
|
-
"unlocked_by": "raindrops",
|
352
|
-
"uuid": "b0a978a6-9c3f-427e-8ada-0a3951ca14fd"
|
360
|
+
]
|
353
361
|
},
|
354
362
|
{
|
363
|
+
"slug": "robot-name",
|
364
|
+
"uuid": "46b8aea8-1528-43cb-a754-495ec2790ce2",
|
355
365
|
"core": false,
|
366
|
+
"unlocked_by": "hello-world",
|
356
367
|
"difficulty": 3,
|
357
|
-
"slug": "robot-name",
|
358
368
|
"topics": [
|
359
369
|
"classes",
|
360
370
|
"randomness",
|
361
371
|
"strings"
|
362
|
-
]
|
363
|
-
"unlocked_by": "hello-world",
|
364
|
-
"uuid": "46b8aea8-1528-43cb-a754-495ec2790ce2"
|
372
|
+
]
|
365
373
|
},
|
366
374
|
{
|
375
|
+
"slug": "protein-translation",
|
376
|
+
"uuid": "75a2d5f0-5f5e-46a3-9dd2-3da415690e18",
|
367
377
|
"core": false,
|
378
|
+
"unlocked_by": "two-fer",
|
368
379
|
"difficulty": 3,
|
369
|
-
"slug": "protein-translation",
|
370
380
|
"topics": [
|
371
381
|
"lists",
|
372
382
|
"strings",
|
373
383
|
"transforming"
|
374
|
-
]
|
375
|
-
"unlocked_by": "two-fer",
|
376
|
-
"uuid": "75a2d5f0-5f5e-46a3-9dd2-3da415690e18"
|
384
|
+
]
|
377
385
|
},
|
378
386
|
{
|
387
|
+
"slug": "error-handling",
|
388
|
+
"uuid": "77e46f6b-1070-4267-a1b5-a2aac931975a",
|
379
389
|
"core": false,
|
390
|
+
"unlocked_by": "bob",
|
380
391
|
"difficulty": 3,
|
381
|
-
"slug": "error-handling",
|
382
392
|
"topics": [
|
383
393
|
"exception_handling"
|
384
|
-
]
|
385
|
-
"unlocked_by": "bob",
|
386
|
-
"uuid": "77e46f6b-1070-4267-a1b5-a2aac931975a"
|
394
|
+
]
|
387
395
|
},
|
388
396
|
{
|
397
|
+
"slug": "perfect-numbers",
|
398
|
+
"uuid": "142c97b6-ae31-4b5f-944c-3eb789d9e051",
|
389
399
|
"core": false,
|
400
|
+
"unlocked_by": "leap",
|
390
401
|
"difficulty": 3,
|
391
|
-
"slug": "perfect-numbers",
|
392
402
|
"topics": [
|
393
403
|
"integers"
|
394
|
-
]
|
395
|
-
"unlocked_by": "leap",
|
396
|
-
"uuid": "142c97b6-ae31-4b5f-944c-3eb789d9e051"
|
404
|
+
]
|
397
405
|
},
|
398
406
|
{
|
407
|
+
"slug": "triangle",
|
408
|
+
"uuid": "5b1713c7-1597-4e67-ac97-f305b207bc38",
|
399
409
|
"core": false,
|
410
|
+
"unlocked_by": "leap",
|
400
411
|
"difficulty": 3,
|
401
|
-
"slug": "triangle",
|
402
412
|
"topics": [
|
403
413
|
"enumerations",
|
404
414
|
"integers"
|
405
|
-
]
|
406
|
-
"unlocked_by": "leap",
|
407
|
-
"uuid": "5b1713c7-1597-4e67-ac97-f305b207bc38"
|
415
|
+
]
|
408
416
|
},
|
409
417
|
{
|
418
|
+
"slug": "beer-song",
|
419
|
+
"uuid": "4ae402a7-5345-429a-a6af-e95ec5b95e13",
|
410
420
|
"core": false,
|
421
|
+
"unlocked_by": "raindrops",
|
411
422
|
"difficulty": 3,
|
412
|
-
"slug": "beer-song",
|
413
423
|
"topics": [
|
414
424
|
"algorithms",
|
415
425
|
"strings"
|
416
|
-
]
|
417
|
-
"unlocked_by": "raindrops",
|
418
|
-
"uuid": "4ae402a7-5345-429a-a6af-e95ec5b95e13"
|
426
|
+
]
|
419
427
|
},
|
420
428
|
{
|
429
|
+
"slug": "sieve",
|
430
|
+
"uuid": "1897605a-afd4-49fe-b6ee-cd822f0d8acc",
|
421
431
|
"core": false,
|
432
|
+
"unlocked_by": "raindrops",
|
422
433
|
"difficulty": 3,
|
423
|
-
"slug": "sieve",
|
424
434
|
"topics": [
|
425
435
|
"filtering",
|
426
436
|
"mathematics"
|
427
|
-
]
|
428
|
-
"unlocked_by": "raindrops",
|
429
|
-
"uuid": "1897605a-afd4-49fe-b6ee-cd822f0d8acc"
|
437
|
+
]
|
430
438
|
},
|
431
439
|
{
|
440
|
+
"slug": "queen-attack",
|
441
|
+
"uuid": "5c56211a-ae1e-4836-80b5-f22f5801b7a2",
|
432
442
|
"core": false,
|
443
|
+
"unlocked_by": "clock",
|
433
444
|
"difficulty": 3,
|
434
|
-
"slug": "queen-attack",
|
435
445
|
"topics": [
|
436
446
|
"classes"
|
437
|
-
]
|
438
|
-
"unlocked_by": "clock",
|
439
|
-
"uuid": "5c56211a-ae1e-4836-80b5-f22f5801b7a2"
|
447
|
+
]
|
440
448
|
},
|
441
449
|
{
|
450
|
+
"slug": "robot-simulator",
|
451
|
+
"uuid": "babd38cc-cf21-42ca-9d33-f2ad75c82871",
|
442
452
|
"core": false,
|
453
|
+
"unlocked_by": "clock",
|
443
454
|
"difficulty": 3,
|
444
|
-
"slug": "robot-simulator",
|
445
455
|
"topics": [
|
446
456
|
"classes",
|
447
457
|
"enumerations"
|
448
|
-
]
|
449
|
-
"unlocked_by": "clock",
|
450
|
-
"uuid": "babd38cc-cf21-42ca-9d33-f2ad75c82871"
|
458
|
+
]
|
451
459
|
},
|
452
460
|
{
|
461
|
+
"slug": "isogram",
|
462
|
+
"uuid": "4b7b65be-f777-4f64-94a0-4f9832f17a52",
|
453
463
|
"core": false,
|
464
|
+
"unlocked_by": "two-fer",
|
454
465
|
"difficulty": 3,
|
455
|
-
"slug": "isogram",
|
456
466
|
"topics": [
|
457
467
|
"filtering",
|
458
468
|
"strings"
|
459
|
-
]
|
460
|
-
"unlocked_by": "two-fer",
|
461
|
-
"uuid": "4b7b65be-f777-4f64-94a0-4f9832f17a52"
|
469
|
+
]
|
462
470
|
},
|
463
471
|
{
|
472
|
+
"slug": "secret-handshake",
|
473
|
+
"uuid": "1ad236a9-7035-42e6-90ec-f6a4b94ad495",
|
464
474
|
"core": false,
|
475
|
+
"unlocked_by": "sum-of-multiples",
|
465
476
|
"difficulty": 3,
|
466
|
-
"slug": "secret-handshake",
|
467
477
|
"topics": [
|
468
478
|
"arrays",
|
469
479
|
"bitwise_operations"
|
470
|
-
]
|
471
|
-
"unlocked_by": "sum-of-multiples",
|
472
|
-
"uuid": "1ad236a9-7035-42e6-90ec-f6a4b94ad495"
|
480
|
+
]
|
473
481
|
},
|
474
482
|
{
|
483
|
+
"slug": "bank-account",
|
484
|
+
"uuid": "96c641c8-4c3c-47ff-9e32-9722b5ca2c37",
|
475
485
|
"core": false,
|
486
|
+
"unlocked_by": "clock",
|
476
487
|
"difficulty": 4,
|
477
|
-
"slug": "bank-account",
|
478
488
|
"topics": [
|
479
489
|
"classes",
|
480
490
|
"concurrency"
|
481
|
-
]
|
482
|
-
"unlocked_by": "clock",
|
483
|
-
"uuid": "96c641c8-4c3c-47ff-9e32-9722b5ca2c37"
|
491
|
+
]
|
484
492
|
},
|
485
493
|
{
|
494
|
+
"slug": "acronym",
|
495
|
+
"uuid": "ddfb0a0e-8c58-4b9e-ad62-57d06ef10f5f",
|
486
496
|
"core": false,
|
497
|
+
"unlocked_by": "two-fer",
|
487
498
|
"difficulty": 4,
|
488
|
-
"slug": "acronym",
|
489
499
|
"topics": [
|
490
500
|
"strings",
|
491
501
|
"transforming"
|
492
|
-
]
|
493
|
-
"unlocked_by": "two-fer",
|
494
|
-
"uuid": "ddfb0a0e-8c58-4b9e-ad62-57d06ef10f5f"
|
502
|
+
]
|
495
503
|
},
|
496
504
|
{
|
505
|
+
"slug": "simple-linked-list",
|
506
|
+
"uuid": "2d68e971-d717-4196-a348-d4675a47283a",
|
497
507
|
"core": false,
|
508
|
+
"unlocked_by": "clock",
|
498
509
|
"difficulty": 4,
|
499
|
-
"slug": "simple-linked-list",
|
500
510
|
"topics": [
|
501
511
|
"classes",
|
502
512
|
"lists"
|
503
|
-
]
|
504
|
-
"unlocked_by": "clock",
|
505
|
-
"uuid": "2d68e971-d717-4196-a348-d4675a47283a"
|
513
|
+
]
|
506
514
|
},
|
507
515
|
{
|
516
|
+
"slug": "matrix",
|
517
|
+
"uuid": "73509caa-9b3e-4d09-933f-364c1a7e5519",
|
508
518
|
"core": false,
|
519
|
+
"unlocked_by": "kindergarten-garden",
|
509
520
|
"difficulty": 4,
|
510
|
-
"slug": "matrix",
|
511
521
|
"topics": [
|
512
522
|
"matrices",
|
513
523
|
"parsing"
|
514
|
-
]
|
515
|
-
"unlocked_by": "kindergarten-garden",
|
516
|
-
"uuid": "73509caa-9b3e-4d09-933f-364c1a7e5519"
|
524
|
+
]
|
517
525
|
},
|
518
526
|
{
|
527
|
+
"slug": "rotational-cipher",
|
528
|
+
"uuid": "8a0a291d-8330-4901-bdbe-f974e163158e",
|
519
529
|
"core": false,
|
530
|
+
"unlocked_by": "bob",
|
520
531
|
"difficulty": 4,
|
521
|
-
"slug": "rotational-cipher",
|
522
532
|
"topics": [
|
523
533
|
"algorithms",
|
524
534
|
"strings",
|
525
535
|
"transforming"
|
526
|
-
]
|
527
|
-
"unlocked_by": "bob",
|
528
|
-
"uuid": "8a0a291d-8330-4901-bdbe-f974e163158e"
|
536
|
+
]
|
529
537
|
},
|
530
538
|
{
|
539
|
+
"slug": "largest-series-product",
|
540
|
+
"uuid": "4a6621bb-e55a-4ae2-89e3-3aa7e37a8656",
|
531
541
|
"core": false,
|
542
|
+
"unlocked_by": "leap",
|
532
543
|
"difficulty": 4,
|
533
|
-
"slug": "largest-series-product",
|
534
544
|
"topics": [
|
535
545
|
"integers",
|
536
546
|
"strings",
|
537
547
|
"transforming"
|
538
|
-
]
|
539
|
-
"unlocked_by": "leap",
|
540
|
-
"uuid": "4a6621bb-e55a-4ae2-89e3-3aa7e37a8656"
|
548
|
+
]
|
541
549
|
},
|
542
550
|
{
|
551
|
+
"slug": "house",
|
552
|
+
"uuid": "97aa0e82-2fc3-49e2-ad27-faef2873b328",
|
543
553
|
"core": false,
|
554
|
+
"unlocked_by": "raindrops",
|
544
555
|
"difficulty": 4,
|
545
|
-
"slug": "house",
|
546
556
|
"topics": [
|
547
557
|
"algorithms",
|
548
558
|
"strings"
|
549
|
-
]
|
550
|
-
"unlocked_by": "raindrops",
|
551
|
-
"uuid": "97aa0e82-2fc3-49e2-ad27-faef2873b328"
|
559
|
+
]
|
552
560
|
},
|
553
561
|
{
|
562
|
+
"slug": "pythagorean-triplet",
|
563
|
+
"uuid": "4d5a53df-3d6b-46cb-a964-71c676f3cd93",
|
554
564
|
"core": false,
|
565
|
+
"unlocked_by": "leap",
|
555
566
|
"difficulty": 4,
|
556
|
-
"slug": "pythagorean-triplet",
|
557
567
|
"topics": [
|
558
568
|
"integers",
|
559
569
|
"mathematics",
|
560
570
|
"overloading"
|
561
|
-
]
|
562
|
-
"unlocked_by": "leap",
|
563
|
-
"uuid": "4d5a53df-3d6b-46cb-a964-71c676f3cd93"
|
571
|
+
]
|
564
572
|
},
|
565
573
|
{
|
574
|
+
"slug": "series",
|
575
|
+
"uuid": "9ca46617-4995-45cc-a2dd-b8630eaa288b",
|
566
576
|
"core": false,
|
577
|
+
"unlocked_by": "sum-of-multiples",
|
567
578
|
"difficulty": 4,
|
568
|
-
"slug": "series",
|
569
579
|
"topics": [
|
570
580
|
"arrays",
|
571
581
|
"strings",
|
572
582
|
"transforming"
|
573
|
-
]
|
574
|
-
"unlocked_by": "sum-of-multiples",
|
575
|
-
"uuid": "9ca46617-4995-45cc-a2dd-b8630eaa288b"
|
583
|
+
]
|
576
584
|
},
|
577
585
|
{
|
586
|
+
"slug": "twelve-days",
|
587
|
+
"uuid": "2627fb4f-7884-4494-8f49-5888107643f1",
|
578
588
|
"core": false,
|
589
|
+
"unlocked_by": "bob",
|
579
590
|
"difficulty": 4,
|
580
|
-
"slug": "twelve-days",
|
581
591
|
"topics": [
|
582
592
|
"algorithms",
|
583
593
|
"strings"
|
584
|
-
]
|
585
|
-
"unlocked_by": "bob",
|
586
|
-
"uuid": "2627fb4f-7884-4494-8f49-5888107643f1"
|
594
|
+
]
|
587
595
|
},
|
588
596
|
{
|
597
|
+
"slug": "anagram",
|
598
|
+
"uuid": "790216d1-4fd9-4a9b-94f8-e1e07a18c2b7",
|
589
599
|
"core": false,
|
600
|
+
"unlocked_by": "bob",
|
590
601
|
"difficulty": 4,
|
591
|
-
"slug": "anagram",
|
592
602
|
"topics": [
|
593
603
|
"filtering",
|
594
604
|
"strings"
|
595
|
-
]
|
596
|
-
"unlocked_by": "bob",
|
597
|
-
"uuid": "790216d1-4fd9-4a9b-94f8-e1e07a18c2b7"
|
605
|
+
]
|
598
606
|
},
|
599
607
|
{
|
608
|
+
"slug": "word-count",
|
609
|
+
"uuid": "6e8717a7-6888-474a-96ad-0760c6d3ff92",
|
600
610
|
"core": false,
|
611
|
+
"unlocked_by": "bob",
|
601
612
|
"difficulty": 4,
|
602
|
-
"slug": "word-count",
|
603
613
|
"topics": [
|
604
614
|
"dictionaries",
|
605
615
|
"strings",
|
606
616
|
"transforming"
|
607
|
-
]
|
608
|
-
"unlocked_by": "bob",
|
609
|
-
"uuid": "6e8717a7-6888-474a-96ad-0760c6d3ff92"
|
617
|
+
]
|
610
618
|
},
|
611
619
|
{
|
620
|
+
"slug": "prime-factors",
|
621
|
+
"uuid": "456ffe2c-e241-4373-8bea-d4d328f815e9",
|
612
622
|
"core": false,
|
623
|
+
"unlocked_by": "leap",
|
613
624
|
"difficulty": 4,
|
614
|
-
"slug": "prime-factors",
|
615
625
|
"topics": [
|
616
626
|
"integers",
|
617
627
|
"mathematics"
|
618
|
-
]
|
619
|
-
"unlocked_by": "leap",
|
620
|
-
"uuid": "456ffe2c-e241-4373-8bea-d4d328f815e9"
|
628
|
+
]
|
621
629
|
},
|
622
630
|
{
|
631
|
+
"slug": "meetup",
|
632
|
+
"uuid": "064096c1-89b0-4656-bd3e-08ca833aa0b1",
|
623
633
|
"core": false,
|
634
|
+
"unlocked_by": "accumulate",
|
624
635
|
"difficulty": 4,
|
625
|
-
"slug": "meetup",
|
626
636
|
"topics": [
|
627
637
|
"dates"
|
628
|
-
]
|
629
|
-
"unlocked_by": "accumulate",
|
630
|
-
"uuid": "064096c1-89b0-4656-bd3e-08ca833aa0b1"
|
638
|
+
]
|
631
639
|
},
|
632
640
|
{
|
641
|
+
"slug": "all-your-base",
|
642
|
+
"uuid": "de5e2eff-2b80-4996-a322-dc59ebe25edd",
|
633
643
|
"core": false,
|
644
|
+
"unlocked_by": "accumulate",
|
634
645
|
"difficulty": 4,
|
635
|
-
"slug": "all-your-base",
|
636
646
|
"topics": [
|
637
647
|
"integers",
|
638
648
|
"transforming"
|
639
|
-
]
|
640
|
-
"unlocked_by": "accumulate",
|
641
|
-
"uuid": "de5e2eff-2b80-4996-a322-dc59ebe25edd"
|
649
|
+
]
|
642
650
|
},
|
643
651
|
{
|
652
|
+
"slug": "pascals-triangle",
|
653
|
+
"uuid": "d5d48857-5325-45d2-9969-95a0d7bba370",
|
644
654
|
"core": false,
|
655
|
+
"unlocked_by": "accumulate",
|
645
656
|
"difficulty": 4,
|
646
|
-
"slug": "pascals-triangle",
|
647
657
|
"topics": [
|
648
658
|
"arrays",
|
649
659
|
"control_flow_loops",
|
650
660
|
"mathematics"
|
651
|
-
]
|
652
|
-
"unlocked_by": "accumulate",
|
653
|
-
"uuid": "d5d48857-5325-45d2-9969-95a0d7bba370"
|
661
|
+
]
|
654
662
|
},
|
655
663
|
{
|
664
|
+
"slug": "isbn-verifier",
|
665
|
+
"uuid": "d714b1e6-48b5-44d6-9661-d0acd3dd657b",
|
656
666
|
"core": false,
|
667
|
+
"unlocked_by": "bob",
|
657
668
|
"difficulty": 4,
|
658
|
-
"slug": "isbn-verifier",
|
659
669
|
"topics": [
|
660
670
|
"conditionals",
|
661
671
|
"loops",
|
662
672
|
"pattern_matching",
|
663
673
|
"strings"
|
664
|
-
]
|
665
|
-
"unlocked_by": "bob",
|
666
|
-
"uuid": "d714b1e6-48b5-44d6-9661-d0acd3dd657b"
|
674
|
+
]
|
667
675
|
},
|
668
676
|
{
|
677
|
+
"slug": "list-ops",
|
678
|
+
"uuid": "3b5b11b0-9476-4d9b-a4c5-c5c48d3d32a8",
|
669
679
|
"core": false,
|
680
|
+
"unlocked_by": "grade-school",
|
670
681
|
"difficulty": 5,
|
671
|
-
"slug": "list-ops",
|
672
682
|
"topics": [
|
673
683
|
"lists",
|
674
684
|
"recursion"
|
675
|
-
]
|
676
|
-
"unlocked_by": "grade-school",
|
677
|
-
"uuid": "3b5b11b0-9476-4d9b-a4c5-c5c48d3d32a8"
|
685
|
+
]
|
678
686
|
},
|
679
687
|
{
|
688
|
+
"slug": "simple-cipher",
|
689
|
+
"uuid": "54649fb0-6b14-44df-85af-ae1f7a62449d",
|
680
690
|
"core": false,
|
691
|
+
"unlocked_by": "accumulate",
|
681
692
|
"difficulty": 5,
|
682
|
-
"slug": "simple-cipher",
|
683
693
|
"topics": [
|
684
694
|
"algorithms",
|
685
695
|
"strings",
|
686
696
|
"transforming"
|
687
|
-
]
|
688
|
-
"unlocked_by": "accumulate",
|
689
|
-
"uuid": "54649fb0-6b14-44df-85af-ae1f7a62449d"
|
697
|
+
]
|
690
698
|
},
|
691
699
|
{
|
700
|
+
"slug": "roman-numerals",
|
701
|
+
"uuid": "d3702b93-7bb3-4e0a-8cd7-974ad93b0d3d",
|
692
702
|
"core": false,
|
703
|
+
"unlocked_by": "accumulate",
|
693
704
|
"difficulty": 5,
|
694
|
-
"slug": "roman-numerals",
|
695
705
|
"topics": [
|
696
706
|
"control_flow_loops",
|
697
707
|
"transforming"
|
698
|
-
]
|
699
|
-
"unlocked_by": "accumulate",
|
700
|
-
"uuid": "d3702b93-7bb3-4e0a-8cd7-974ad93b0d3d"
|
708
|
+
]
|
701
709
|
},
|
702
710
|
{
|
711
|
+
"slug": "flatten-array",
|
712
|
+
"uuid": "9ad05373-a049-47f9-a06a-80ad0a7b38fd",
|
703
713
|
"core": false,
|
714
|
+
"unlocked_by": "grade-school",
|
704
715
|
"difficulty": 5,
|
705
|
-
"slug": "flatten-array",
|
706
716
|
"topics": [
|
707
717
|
"lists",
|
708
718
|
"recursion"
|
709
|
-
]
|
710
|
-
"unlocked_by": "grade-school",
|
711
|
-
"uuid": "9ad05373-a049-47f9-a06a-80ad0a7b38fd"
|
719
|
+
]
|
712
720
|
},
|
713
721
|
{
|
722
|
+
"slug": "binary-search-tree",
|
723
|
+
"uuid": "d40541a8-d7d6-4dab-8560-27c5055adbd0",
|
714
724
|
"core": false,
|
725
|
+
"unlocked_by": "grade-school",
|
715
726
|
"difficulty": 5,
|
716
|
-
"slug": "binary-search-tree",
|
717
727
|
"topics": [
|
718
728
|
"overloading",
|
719
729
|
"searching",
|
720
730
|
"trees"
|
721
|
-
]
|
722
|
-
"unlocked_by": "grade-school",
|
723
|
-
"uuid": "d40541a8-d7d6-4dab-8560-27c5055adbd0"
|
731
|
+
]
|
724
732
|
},
|
725
733
|
{
|
734
|
+
"slug": "minesweeper",
|
735
|
+
"uuid": "466f17d4-13d0-4d6e-8564-c8bdfede35d1",
|
726
736
|
"core": false,
|
737
|
+
"unlocked_by": "kindergarten-garden",
|
727
738
|
"difficulty": 5,
|
728
|
-
"slug": "minesweeper",
|
729
739
|
"topics": [
|
730
740
|
"parsing",
|
731
741
|
"transforming"
|
732
|
-
]
|
733
|
-
"unlocked_by": "kindergarten-garden",
|
734
|
-
"uuid": "466f17d4-13d0-4d6e-8564-c8bdfede35d1"
|
742
|
+
]
|
735
743
|
},
|
736
744
|
{
|
745
|
+
"slug": "parallel-letter-frequency",
|
746
|
+
"uuid": "5863c898-2072-4543-9ab5-045fd6691de4",
|
737
747
|
"core": false,
|
748
|
+
"unlocked_by": "nucleotide-count",
|
738
749
|
"difficulty": 5,
|
739
|
-
"slug": "parallel-letter-frequency",
|
740
750
|
"topics": [
|
741
751
|
"dictionaries",
|
742
752
|
"parallellism",
|
743
753
|
"transforming"
|
744
|
-
]
|
745
|
-
"unlocked_by": "nucleotide-count",
|
746
|
-
"uuid": "5863c898-2072-4543-9ab5-045fd6691de4"
|
754
|
+
]
|
747
755
|
},
|
748
756
|
{
|
757
|
+
"slug": "atbash-cipher",
|
758
|
+
"uuid": "0c5918d5-15cc-401f-b038-5fb2cd515ec7",
|
749
759
|
"core": false,
|
760
|
+
"unlocked_by": "grade-school",
|
750
761
|
"difficulty": 5,
|
751
|
-
"slug": "atbash-cipher",
|
752
762
|
"topics": [
|
753
763
|
"algorithms",
|
754
764
|
"strings",
|
755
765
|
"transforming"
|
756
|
-
]
|
757
|
-
"unlocked_by": "grade-school",
|
758
|
-
"uuid": "0c5918d5-15cc-401f-b038-5fb2cd515ec7"
|
766
|
+
]
|
759
767
|
},
|
760
768
|
{
|
769
|
+
"slug": "food-chain",
|
770
|
+
"uuid": "3a09736e-4002-41aa-acf9-ff10a9392b24",
|
761
771
|
"core": false,
|
772
|
+
"unlocked_by": "allergies",
|
762
773
|
"difficulty": 5,
|
763
|
-
"slug": "food-chain",
|
764
774
|
"topics": [
|
765
775
|
"algorithms",
|
766
776
|
"strings"
|
767
|
-
]
|
768
|
-
"unlocked_by": "allergies",
|
769
|
-
"uuid": "3a09736e-4002-41aa-acf9-ff10a9392b24"
|
777
|
+
]
|
770
778
|
},
|
771
779
|
{
|
780
|
+
"slug": "grep",
|
781
|
+
"uuid": "a9909a03-ce2e-45d9-85f8-a77f44fb2466",
|
772
782
|
"core": false,
|
783
|
+
"unlocked_by": "markdown",
|
773
784
|
"difficulty": 5,
|
774
|
-
"slug": "grep",
|
775
785
|
"topics": [
|
776
786
|
"files",
|
777
787
|
"searching",
|
778
788
|
"strings"
|
779
|
-
]
|
780
|
-
"unlocked_by": "markdown",
|
781
|
-
"uuid": "a9909a03-ce2e-45d9-85f8-a77f44fb2466"
|
789
|
+
]
|
782
790
|
},
|
783
791
|
{
|
792
|
+
"slug": "sublist",
|
793
|
+
"uuid": "89d3b074-190f-4520-8f87-cde6368fc58e",
|
784
794
|
"core": false,
|
795
|
+
"unlocked_by": "grade-school",
|
785
796
|
"difficulty": 5,
|
786
|
-
"slug": "sublist",
|
787
797
|
"topics": [
|
788
798
|
"lists"
|
789
|
-
]
|
790
|
-
"unlocked_by": "grade-school",
|
791
|
-
"uuid": "89d3b074-190f-4520-8f87-cde6368fc58e"
|
799
|
+
]
|
792
800
|
},
|
793
801
|
{
|
802
|
+
"slug": "tree-building",
|
803
|
+
"uuid": "b31bff08-a609-40ec-a1ee-46ba24e671f2",
|
794
804
|
"core": false,
|
805
|
+
"unlocked_by": "allergies",
|
795
806
|
"difficulty": 5,
|
796
|
-
"slug": "tree-building",
|
797
807
|
"topics": [
|
798
808
|
"refactoring",
|
799
809
|
"trees"
|
800
|
-
]
|
801
|
-
"unlocked_by": "allergies",
|
802
|
-
"uuid": "b31bff08-a609-40ec-a1ee-46ba24e671f2"
|
810
|
+
]
|
803
811
|
},
|
804
812
|
{
|
813
|
+
"slug": "scale-generator",
|
814
|
+
"uuid": "c7d5acc6-68a6-4cd8-a28b-359dceb1e56f",
|
805
815
|
"core": false,
|
816
|
+
"unlocked_by": "kindergarten-garden",
|
806
817
|
"difficulty": 5,
|
807
|
-
"slug": "scale-generator",
|
808
818
|
"topics": [
|
809
819
|
"algorithms",
|
810
820
|
"parsing"
|
811
|
-
]
|
812
|
-
"unlocked_by": "kindergarten-garden",
|
813
|
-
"uuid": "c7d5acc6-68a6-4cd8-a28b-359dceb1e56f"
|
821
|
+
]
|
814
822
|
},
|
815
823
|
{
|
824
|
+
"slug": "bracket-push",
|
825
|
+
"uuid": "a2070019-e56d-4d48-994b-300411598707",
|
816
826
|
"core": false,
|
827
|
+
"unlocked_by": "bob",
|
817
828
|
"difficulty": 5,
|
818
|
-
"slug": "bracket-push",
|
819
829
|
"topics": [
|
820
830
|
"parsing",
|
821
831
|
"strings"
|
822
|
-
]
|
823
|
-
"unlocked_by": "bob",
|
824
|
-
"uuid": "a2070019-e56d-4d48-994b-300411598707"
|
832
|
+
]
|
825
833
|
},
|
826
834
|
{
|
835
|
+
"slug": "linked-list",
|
836
|
+
"uuid": "49b557ad-0bf0-451b-9a12-6dd9eb0291a2",
|
827
837
|
"core": false,
|
838
|
+
"unlocked_by": "clock",
|
828
839
|
"difficulty": 5,
|
829
|
-
"slug": "linked-list",
|
830
840
|
"topics": [
|
831
841
|
"classes",
|
832
842
|
"lists"
|
833
|
-
]
|
834
|
-
"unlocked_by": "clock",
|
835
|
-
"uuid": "49b557ad-0bf0-451b-9a12-6dd9eb0291a2"
|
843
|
+
]
|
836
844
|
},
|
837
845
|
{
|
846
|
+
"slug": "crypto-square",
|
847
|
+
"uuid": "dd95f3d8-6da4-4bb4-b5c1-bf00c818d586",
|
838
848
|
"core": false,
|
849
|
+
"unlocked_by": "allergies",
|
839
850
|
"difficulty": 5,
|
840
|
-
"slug": "crypto-square",
|
841
851
|
"topics": [
|
842
852
|
"algorithms",
|
843
853
|
"strings",
|
844
854
|
"transforming"
|
845
|
-
]
|
846
|
-
"unlocked_by": "allergies",
|
847
|
-
"uuid": "dd95f3d8-6da4-4bb4-b5c1-bf00c818d586"
|
855
|
+
]
|
848
856
|
},
|
849
857
|
{
|
858
|
+
"slug": "ledger",
|
859
|
+
"uuid": "c1cc752e-99a2-4da3-8d0c-82e08f1c6110",
|
850
860
|
"core": false,
|
861
|
+
"unlocked_by": "allergies",
|
851
862
|
"difficulty": 5,
|
852
|
-
"slug": "ledger",
|
853
863
|
"topics": [
|
854
864
|
"globalization",
|
855
865
|
"refactoring",
|
856
866
|
"strings"
|
857
|
-
]
|
858
|
-
"unlocked_by": "allergies",
|
859
|
-
"uuid": "c1cc752e-99a2-4da3-8d0c-82e08f1c6110"
|
867
|
+
]
|
860
868
|
},
|
861
869
|
{
|
870
|
+
"slug": "custom-set",
|
871
|
+
"uuid": "a6dff389-07ea-42cb-98ec-271ce7cfeda3",
|
862
872
|
"core": false,
|
873
|
+
"unlocked_by": "book-store",
|
863
874
|
"difficulty": 5,
|
864
|
-
"slug": "custom-set",
|
865
875
|
"topics": [
|
866
876
|
"sets"
|
867
|
-
]
|
868
|
-
"unlocked_by": "book-store",
|
869
|
-
"uuid": "a6dff389-07ea-42cb-98ec-271ce7cfeda3"
|
877
|
+
]
|
870
878
|
},
|
871
879
|
{
|
880
|
+
"slug": "dot-dsl",
|
881
|
+
"uuid": "d128ec4b-190f-4726-b3e7-870be09531aa",
|
872
882
|
"core": false,
|
883
|
+
"unlocked_by": "clock",
|
873
884
|
"difficulty": 5,
|
874
|
-
"slug": "dot-dsl",
|
875
885
|
"topics": [
|
876
886
|
"classes",
|
877
887
|
"domain_specific_languages",
|
878
888
|
"equality"
|
879
|
-
]
|
880
|
-
"unlocked_by": "clock",
|
881
|
-
"uuid": "d128ec4b-190f-4726-b3e7-870be09531aa"
|
889
|
+
]
|
882
890
|
},
|
883
891
|
{
|
892
|
+
"slug": "ocr-numbers",
|
893
|
+
"uuid": "2a5ddf5e-e677-4eef-b759-087d71e15986",
|
884
894
|
"core": false,
|
895
|
+
"unlocked_by": "kindergarten-garden",
|
885
896
|
"difficulty": 5,
|
886
|
-
"slug": "ocr-numbers",
|
887
897
|
"topics": [
|
888
898
|
"parsing",
|
889
899
|
"pattern_recognition"
|
890
|
-
]
|
891
|
-
"unlocked_by": "kindergarten-garden",
|
892
|
-
"uuid": "2a5ddf5e-e677-4eef-b759-087d71e15986"
|
900
|
+
]
|
893
901
|
},
|
894
902
|
{
|
903
|
+
"slug": "circular-buffer",
|
904
|
+
"uuid": "657ac368-9b17-4f87-b815-decfe2bc0b5d",
|
895
905
|
"core": false,
|
906
|
+
"unlocked_by": "markdown",
|
896
907
|
"difficulty": 5,
|
897
|
-
"slug": "circular-buffer",
|
898
908
|
"topics": [
|
899
909
|
"classes",
|
900
910
|
"queues"
|
901
|
-
]
|
902
|
-
"unlocked_by": "markdown",
|
903
|
-
"uuid": "657ac368-9b17-4f87-b815-decfe2bc0b5d"
|
911
|
+
]
|
904
912
|
},
|
905
913
|
{
|
914
|
+
"slug": "luhn",
|
915
|
+
"uuid": "20fe4853-0eee-4171-b3c1-8ef871b99d13",
|
906
916
|
"core": false,
|
917
|
+
"unlocked_by": "markdown",
|
907
918
|
"difficulty": 5,
|
908
|
-
"slug": "luhn",
|
909
919
|
"topics": [
|
910
920
|
"algorithms",
|
911
921
|
"strings",
|
912
922
|
"transforming"
|
913
|
-
]
|
914
|
-
"unlocked_by": "markdown",
|
915
|
-
"uuid": "20fe4853-0eee-4171-b3c1-8ef871b99d13"
|
923
|
+
]
|
916
924
|
},
|
917
925
|
{
|
926
|
+
"slug": "run-length-encoding",
|
927
|
+
"uuid": "4ad0d49a-e10b-4f8b-b454-623b9396d559",
|
918
928
|
"core": false,
|
929
|
+
"unlocked_by": "markdown",
|
919
930
|
"difficulty": 5,
|
920
|
-
"slug": "run-length-encoding",
|
921
931
|
"topics": [
|
922
932
|
"algorithms",
|
923
933
|
"transforming"
|
924
|
-
]
|
925
|
-
"unlocked_by": "markdown",
|
926
|
-
"uuid": "4ad0d49a-e10b-4f8b-b454-623b9396d559"
|
934
|
+
]
|
927
935
|
},
|
928
936
|
{
|
937
|
+
"slug": "spiral-matrix",
|
938
|
+
"uuid": "bae1f3a4-b63d-4efd-921a-133b3d5e379c",
|
929
939
|
"core": false,
|
940
|
+
"unlocked_by": "kindergarten-garden",
|
930
941
|
"difficulty": 5,
|
931
|
-
"slug": "spiral-matrix",
|
932
942
|
"topics": [
|
933
943
|
"algorithms",
|
934
944
|
"matrices"
|
935
|
-
]
|
936
|
-
"unlocked_by": "kindergarten-garden",
|
937
|
-
"uuid": "bae1f3a4-b63d-4efd-921a-133b3d5e379c"
|
945
|
+
]
|
938
946
|
},
|
939
947
|
{
|
948
|
+
"slug": "yacht",
|
949
|
+
"uuid": "f808e80a-8e76-4f3d-840e-31a840c560f2",
|
940
950
|
"core": false,
|
951
|
+
"unlocked_by": "bob",
|
941
952
|
"difficulty": 5,
|
942
|
-
"slug": "yacht",
|
943
953
|
"topics": [
|
944
954
|
"games",
|
945
955
|
"parsing",
|
946
956
|
"sorting"
|
947
|
-
]
|
948
|
-
"unlocked_by": "bob",
|
949
|
-
"uuid": "f808e80a-8e76-4f3d-840e-31a840c560f2"
|
957
|
+
]
|
950
958
|
},
|
951
959
|
{
|
960
|
+
"slug": "tournament",
|
961
|
+
"uuid": "d9359f25-dc94-496c-adc3-57fe541857fe",
|
952
962
|
"core": false,
|
963
|
+
"unlocked_by": "kindergarten-garden",
|
953
964
|
"difficulty": 6,
|
954
|
-
"slug": "tournament",
|
955
965
|
"topics": [
|
956
966
|
"parsing",
|
957
967
|
"strings"
|
958
|
-
]
|
959
|
-
"unlocked_by": "kindergarten-garden",
|
960
|
-
"uuid": "d9359f25-dc94-496c-adc3-57fe541857fe"
|
968
|
+
]
|
961
969
|
},
|
962
970
|
{
|
971
|
+
"slug": "word-search",
|
972
|
+
"uuid": "2b05d7dd-0f0b-4fa4-a2bf-9d7fa28a7543",
|
963
973
|
"core": false,
|
974
|
+
"unlocked_by": "markdown",
|
964
975
|
"difficulty": 6,
|
965
|
-
"slug": "word-search",
|
966
976
|
"topics": [
|
967
977
|
"searching",
|
968
978
|
"tuples"
|
969
|
-
]
|
970
|
-
"unlocked_by": "markdown",
|
971
|
-
"uuid": "2b05d7dd-0f0b-4fa4-a2bf-9d7fa28a7543"
|
979
|
+
]
|
972
980
|
},
|
973
981
|
{
|
982
|
+
"slug": "bowling",
|
983
|
+
"uuid": "64eff1cb-990d-45bc-a9e7-8f574e114ece",
|
974
984
|
"core": false,
|
985
|
+
"unlocked_by": "markdown",
|
975
986
|
"difficulty": 6,
|
976
|
-
"slug": "bowling",
|
977
987
|
"topics": [
|
978
988
|
"algorithms",
|
979
989
|
"control_flow_loops"
|
980
|
-
]
|
981
|
-
"unlocked_by": "markdown",
|
982
|
-
"uuid": "64eff1cb-990d-45bc-a9e7-8f574e114ece"
|
990
|
+
]
|
983
991
|
},
|
984
992
|
{
|
993
|
+
"slug": "transpose",
|
994
|
+
"uuid": "2634c53c-ba4d-4729-b936-a7ec387f4789",
|
985
995
|
"core": false,
|
996
|
+
"unlocked_by": "markdown",
|
986
997
|
"difficulty": 6,
|
987
|
-
"slug": "transpose",
|
988
998
|
"topics": [
|
989
999
|
"strings",
|
990
1000
|
"transforming"
|
991
|
-
]
|
992
|
-
"unlocked_by": "markdown",
|
993
|
-
"uuid": "2634c53c-ba4d-4729-b936-a7ec387f4789"
|
1001
|
+
]
|
994
1002
|
},
|
995
1003
|
{
|
1004
|
+
"slug": "nth-prime",
|
1005
|
+
"uuid": "60ef0713-70e2-4ee7-9207-86910e616ec1",
|
996
1006
|
"core": false,
|
1007
|
+
"unlocked_by": "book-store",
|
997
1008
|
"difficulty": 6,
|
998
|
-
"slug": "nth-prime",
|
999
1009
|
"topics": [
|
1000
1010
|
"mathematics"
|
1001
|
-
]
|
1002
|
-
"unlocked_by": "book-store",
|
1003
|
-
"uuid": "60ef0713-70e2-4ee7-9207-86910e616ec1"
|
1011
|
+
]
|
1004
1012
|
},
|
1005
1013
|
{
|
1014
|
+
"slug": "pig-latin",
|
1015
|
+
"uuid": "63bdd2d4-b395-41ca-8c58-b3d94bf1e696",
|
1006
1016
|
"core": false,
|
1017
|
+
"unlocked_by": "book-store",
|
1007
1018
|
"difficulty": 6,
|
1008
|
-
"slug": "pig-latin",
|
1009
1019
|
"topics": [
|
1010
1020
|
"strings",
|
1011
1021
|
"transforming"
|
1012
|
-
]
|
1013
|
-
"unlocked_by": "book-store",
|
1014
|
-
"uuid": "63bdd2d4-b395-41ca-8c58-b3d94bf1e696"
|
1022
|
+
]
|
1015
1023
|
},
|
1016
1024
|
{
|
1025
|
+
"slug": "rail-fence-cipher",
|
1026
|
+
"uuid": "e338fed5-f850-4922-88b2-7e9ec0eb7299",
|
1017
1027
|
"core": false,
|
1028
|
+
"unlocked_by": "book-store",
|
1018
1029
|
"difficulty": 6,
|
1019
|
-
"slug": "rail-fence-cipher",
|
1020
1030
|
"topics": [
|
1021
1031
|
"algorithms",
|
1022
1032
|
"strings",
|
1023
1033
|
"transforming"
|
1024
|
-
]
|
1025
|
-
"unlocked_by": "book-store",
|
1026
|
-
"uuid": "e338fed5-f850-4922-88b2-7e9ec0eb7299"
|
1034
|
+
]
|
1027
1035
|
},
|
1028
1036
|
{
|
1037
|
+
"slug": "change",
|
1038
|
+
"uuid": "44796c6c-39b3-41c7-8ea5-ffb9738423b8",
|
1029
1039
|
"core": false,
|
1040
|
+
"unlocked_by": "binary-search",
|
1030
1041
|
"difficulty": 6,
|
1031
|
-
"slug": "change",
|
1032
1042
|
"topics": [
|
1033
1043
|
"arrays",
|
1034
1044
|
"integers"
|
1035
|
-
]
|
1036
|
-
"unlocked_by": "binary-search",
|
1037
|
-
"uuid": "44796c6c-39b3-41c7-8ea5-ffb9738423b8"
|
1045
|
+
]
|
1038
1046
|
},
|
1039
1047
|
{
|
1048
|
+
"slug": "palindrome-products",
|
1049
|
+
"uuid": "165b8599-726d-43dd-8511-1401525810de",
|
1040
1050
|
"core": false,
|
1051
|
+
"unlocked_by": "saddle-points",
|
1041
1052
|
"difficulty": 6,
|
1042
|
-
"slug": "palindrome-products",
|
1043
1053
|
"topics": [
|
1044
1054
|
"algorithms",
|
1045
1055
|
"strings",
|
1046
1056
|
"tuples"
|
1047
|
-
]
|
1048
|
-
"unlocked_by": "saddle-points",
|
1049
|
-
"uuid": "165b8599-726d-43dd-8511-1401525810de"
|
1057
|
+
]
|
1050
1058
|
},
|
1051
1059
|
{
|
1060
|
+
"slug": "complex-numbers",
|
1061
|
+
"uuid": "0ed2de0f-70da-4f04-834e-01bfb0aa48d3",
|
1052
1062
|
"core": false,
|
1063
|
+
"unlocked_by": "leap",
|
1053
1064
|
"difficulty": 6,
|
1054
|
-
"slug": "complex-numbers",
|
1055
1065
|
"topics": [
|
1056
1066
|
"mathematics",
|
1057
1067
|
"tuples"
|
1058
|
-
]
|
1059
|
-
"unlocked_by": "leap",
|
1060
|
-
"uuid": "0ed2de0f-70da-4f04-834e-01bfb0aa48d3"
|
1068
|
+
]
|
1061
1069
|
},
|
1062
1070
|
{
|
1071
|
+
"slug": "poker",
|
1072
|
+
"uuid": "d03a9508-336a-4425-8f47-f04317d1ba15",
|
1063
1073
|
"core": false,
|
1074
|
+
"unlocked_by": "kindergarten-garden",
|
1064
1075
|
"difficulty": 7,
|
1065
|
-
"slug": "poker",
|
1066
1076
|
"topics": [
|
1067
1077
|
"games",
|
1068
1078
|
"parsing",
|
1069
1079
|
"sorting"
|
1070
|
-
]
|
1071
|
-
"unlocked_by": "kindergarten-garden",
|
1072
|
-
"uuid": "d03a9508-336a-4425-8f47-f04317d1ba15"
|
1080
|
+
]
|
1073
1081
|
},
|
1074
1082
|
{
|
1083
|
+
"slug": "diffie-hellman",
|
1084
|
+
"uuid": "3bea029d-ccc2-48be-90f3-84bf2d5b825b",
|
1075
1085
|
"core": false,
|
1086
|
+
"unlocked_by": "book-store",
|
1076
1087
|
"difficulty": 7,
|
1077
|
-
"slug": "diffie-hellman",
|
1078
1088
|
"topics": [
|
1079
1089
|
"algorithms",
|
1080
1090
|
"integers",
|
1081
1091
|
"transforming"
|
1082
|
-
]
|
1083
|
-
"unlocked_by": "book-store",
|
1084
|
-
"uuid": "3bea029d-ccc2-48be-90f3-84bf2d5b825b"
|
1092
|
+
]
|
1085
1093
|
},
|
1086
1094
|
{
|
1095
|
+
"slug": "dominoes",
|
1096
|
+
"uuid": "0409f45f-b65e-4404-a9e7-2ef432d834b2",
|
1087
1097
|
"core": false,
|
1098
|
+
"unlocked_by": "binary-search",
|
1088
1099
|
"difficulty": 7,
|
1089
|
-
"slug": "dominoes",
|
1090
1100
|
"topics": [
|
1091
1101
|
"arrays",
|
1092
1102
|
"tuples"
|
1093
|
-
]
|
1094
|
-
"unlocked_by": "binary-search",
|
1095
|
-
"uuid": "0409f45f-b65e-4404-a9e7-2ef432d834b2"
|
1103
|
+
]
|
1096
1104
|
},
|
1097
1105
|
{
|
1106
|
+
"slug": "rectangles",
|
1107
|
+
"uuid": "817ccde1-0593-4091-85a5-616f4f8823f0",
|
1098
1108
|
"core": false,
|
1109
|
+
"unlocked_by": "kindergarten-garden",
|
1099
1110
|
"difficulty": 7,
|
1100
|
-
"slug": "rectangles",
|
1101
1111
|
"topics": [
|
1102
1112
|
"parsing",
|
1103
1113
|
"transforming"
|
1104
|
-
]
|
1105
|
-
"unlocked_by": "kindergarten-garden",
|
1106
|
-
"uuid": "817ccde1-0593-4091-85a5-616f4f8823f0"
|
1114
|
+
]
|
1107
1115
|
},
|
1108
1116
|
{
|
1117
|
+
"slug": "wordy",
|
1118
|
+
"uuid": "57ef1936-d187-4915-888b-374f09c794c7",
|
1109
1119
|
"core": false,
|
1120
|
+
"unlocked_by": "kindergarten-garden",
|
1110
1121
|
"difficulty": 7,
|
1111
|
-
"slug": "wordy",
|
1112
1122
|
"topics": [
|
1113
1123
|
"parsing",
|
1114
1124
|
"strings",
|
1115
1125
|
"transforming"
|
1116
|
-
]
|
1117
|
-
"unlocked_by": "kindergarten-garden",
|
1118
|
-
"uuid": "57ef1936-d187-4915-888b-374f09c794c7"
|
1126
|
+
]
|
1119
1127
|
},
|
1120
1128
|
{
|
1129
|
+
"slug": "zebra-puzzle",
|
1130
|
+
"uuid": "e167479e-e77d-4734-b8c0-a7cd686c74a3",
|
1121
1131
|
"core": false,
|
1132
|
+
"unlocked_by": "book-store",
|
1122
1133
|
"difficulty": 8,
|
1123
|
-
"slug": "zebra-puzzle",
|
1124
1134
|
"topics": [
|
1125
1135
|
"logic"
|
1126
|
-
]
|
1127
|
-
"unlocked_by": "book-store",
|
1128
|
-
"uuid": "e167479e-e77d-4734-b8c0-a7cd686c74a3"
|
1136
|
+
]
|
1129
1137
|
},
|
1130
1138
|
{
|
1139
|
+
"slug": "hangman",
|
1140
|
+
"uuid": "c9b12d50-09dc-4f43-9e7e-66b277432347",
|
1131
1141
|
"core": false,
|
1142
|
+
"unlocked_by": "saddle-points",
|
1132
1143
|
"difficulty": 8,
|
1133
|
-
"slug": "hangman",
|
1134
1144
|
"topics": [
|
1135
1145
|
"events",
|
1136
1146
|
"reactive_programming"
|
1137
|
-
]
|
1138
|
-
"unlocked_by": "saddle-points",
|
1139
|
-
"uuid": "c9b12d50-09dc-4f43-9e7e-66b277432347"
|
1147
|
+
]
|
1140
1148
|
},
|
1141
1149
|
{
|
1150
|
+
"slug": "diamond",
|
1151
|
+
"uuid": "2f3faeb7-7cc3-42ed-9525-cd9c73922a8d",
|
1142
1152
|
"core": false,
|
1153
|
+
"unlocked_by": "saddle-points",
|
1143
1154
|
"difficulty": 8,
|
1144
|
-
"slug": "diamond",
|
1145
1155
|
"topics": [
|
1146
1156
|
"algorithms",
|
1147
1157
|
"strings"
|
1148
|
-
]
|
1149
|
-
"unlocked_by": "saddle-points",
|
1150
|
-
"uuid": "2f3faeb7-7cc3-42ed-9525-cd9c73922a8d"
|
1158
|
+
]
|
1151
1159
|
},
|
1152
1160
|
{
|
1161
|
+
"slug": "two-bucket",
|
1162
|
+
"uuid": "b33c3b86-e04b-4529-bdf5-9d553ad59f87",
|
1153
1163
|
"core": false,
|
1164
|
+
"unlocked_by": "saddle-points",
|
1154
1165
|
"difficulty": 8,
|
1155
|
-
"slug": "two-bucket",
|
1156
1166
|
"topics": [
|
1157
1167
|
"logic"
|
1158
|
-
]
|
1159
|
-
"unlocked_by": "saddle-points",
|
1160
|
-
"uuid": "b33c3b86-e04b-4529-bdf5-9d553ad59f87"
|
1168
|
+
]
|
1161
1169
|
},
|
1162
1170
|
{
|
1171
|
+
"slug": "connect",
|
1172
|
+
"uuid": "ca56c362-c9f5-4403-9a2d-2e31e54b35e3",
|
1163
1173
|
"core": false,
|
1174
|
+
"unlocked_by": "kindergarten-garden",
|
1164
1175
|
"difficulty": 8,
|
1165
|
-
"slug": "connect",
|
1166
1176
|
"topics": [
|
1167
1177
|
"parsing",
|
1168
1178
|
"transforming"
|
1169
|
-
]
|
1170
|
-
"unlocked_by": "kindergarten-garden",
|
1171
|
-
"uuid": "ca56c362-c9f5-4403-9a2d-2e31e54b35e3"
|
1179
|
+
]
|
1172
1180
|
},
|
1173
1181
|
{
|
1182
|
+
"slug": "say",
|
1183
|
+
"uuid": "34518ea7-c202-443a-b28f-e873f3207f89",
|
1174
1184
|
"core": false,
|
1185
|
+
"unlocked_by": "kindergarten-garden",
|
1175
1186
|
"difficulty": 8,
|
1176
|
-
"slug": "say",
|
1177
1187
|
"topics": [
|
1178
1188
|
"strings",
|
1179
1189
|
"transforming"
|
1180
|
-
]
|
1181
|
-
"unlocked_by": "kindergarten-garden",
|
1182
|
-
"uuid": "34518ea7-c202-443a-b28f-e873f3207f89"
|
1190
|
+
]
|
1183
1191
|
},
|
1184
1192
|
{
|
1193
|
+
"slug": "react",
|
1194
|
+
"uuid": "3e86c66d-c66e-4e28-834d-09b33b2ee2d2",
|
1185
1195
|
"core": false,
|
1196
|
+
"unlocked_by": "saddle-points",
|
1186
1197
|
"difficulty": 9,
|
1187
|
-
"slug": "react",
|
1188
1198
|
"topics": [
|
1189
1199
|
"classes",
|
1190
1200
|
"events",
|
1191
1201
|
"reactive_programming"
|
1192
|
-
]
|
1193
|
-
"unlocked_by": "saddle-points",
|
1194
|
-
"uuid": "3e86c66d-c66e-4e28-834d-09b33b2ee2d2"
|
1202
|
+
]
|
1195
1203
|
},
|
1196
1204
|
{
|
1205
|
+
"slug": "variable-length-quantity",
|
1206
|
+
"uuid": "4c49ea84-8765-42b0-b4ab-5dead802eeee",
|
1197
1207
|
"core": false,
|
1208
|
+
"unlocked_by": "allergies",
|
1198
1209
|
"difficulty": 9,
|
1199
|
-
"slug": "variable-length-quantity",
|
1200
1210
|
"topics": [
|
1201
1211
|
"algorithms",
|
1202
1212
|
"bitwise_operations"
|
1203
|
-
]
|
1204
|
-
"unlocked_by": "allergies",
|
1205
|
-
"uuid": "4c49ea84-8765-42b0-b4ab-5dead802eeee"
|
1213
|
+
]
|
1206
1214
|
},
|
1207
1215
|
{
|
1216
|
+
"slug": "go-counting",
|
1217
|
+
"uuid": "1abbc58c-9a04-4b6f-afe1-85d3e4d202e1",
|
1208
1218
|
"core": false,
|
1219
|
+
"unlocked_by": "saddle-points",
|
1209
1220
|
"difficulty": 9,
|
1210
|
-
"slug": "go-counting",
|
1211
1221
|
"topics": [
|
1212
1222
|
"optional_values",
|
1213
1223
|
"parsing",
|
1214
1224
|
"tuples"
|
1215
|
-
]
|
1216
|
-
"unlocked_by": "saddle-points",
|
1217
|
-
"uuid": "1abbc58c-9a04-4b6f-afe1-85d3e4d202e1"
|
1225
|
+
]
|
1218
1226
|
},
|
1219
1227
|
{
|
1228
|
+
"slug": "sgf-parsing",
|
1229
|
+
"uuid": "da255a02-8007-41e4-8a9e-7e2cfbe81be5",
|
1220
1230
|
"core": false,
|
1231
|
+
"unlocked_by": "kindergarten-garden",
|
1221
1232
|
"difficulty": 9,
|
1222
|
-
"slug": "sgf-parsing",
|
1223
1233
|
"topics": [
|
1224
1234
|
"parsing",
|
1225
1235
|
"transforming"
|
1226
|
-
]
|
1227
|
-
"unlocked_by": "kindergarten-garden",
|
1228
|
-
"uuid": "da255a02-8007-41e4-8a9e-7e2cfbe81be5"
|
1236
|
+
]
|
1229
1237
|
},
|
1230
1238
|
{
|
1239
|
+
"slug": "zipper",
|
1240
|
+
"uuid": "db77fbd1-29d9-40e6-a32e-9fb89acdc9fc",
|
1231
1241
|
"core": false,
|
1242
|
+
"unlocked_by": "markdown",
|
1232
1243
|
"difficulty": 10,
|
1233
|
-
"slug": "zipper",
|
1234
1244
|
"topics": [
|
1235
1245
|
"recursion",
|
1236
1246
|
"searching",
|
1237
1247
|
"trees"
|
1238
|
-
]
|
1239
|
-
"unlocked_by": "markdown",
|
1240
|
-
"uuid": "db77fbd1-29d9-40e6-a32e-9fb89acdc9fc"
|
1248
|
+
]
|
1241
1249
|
},
|
1242
1250
|
{
|
1251
|
+
"slug": "alphametics",
|
1252
|
+
"uuid": "c6961cae-5e93-470a-98ce-e7cd6b9cfcbf",
|
1243
1253
|
"core": false,
|
1254
|
+
"unlocked_by": "nucleotide-count",
|
1244
1255
|
"difficulty": 10,
|
1245
|
-
"slug": "alphametics",
|
1246
1256
|
"topics": [
|
1247
1257
|
"dictionaries",
|
1248
1258
|
"parsing"
|
1249
|
-
]
|
1250
|
-
"unlocked_by": "nucleotide-count",
|
1251
|
-
"uuid": "c6961cae-5e93-470a-98ce-e7cd6b9cfcbf"
|
1259
|
+
]
|
1252
1260
|
},
|
1253
1261
|
{
|
1262
|
+
"slug": "forth",
|
1263
|
+
"uuid": "a2ba6202-f6e0-46f4-95e4-5921656f2e1a",
|
1254
1264
|
"core": false,
|
1265
|
+
"unlocked_by": "markdown",
|
1255
1266
|
"difficulty": 10,
|
1256
|
-
"slug": "forth",
|
1257
1267
|
"topics": [
|
1258
1268
|
"parsing",
|
1259
1269
|
"stacks"
|
1260
|
-
]
|
1261
|
-
"unlocked_by": "markdown",
|
1262
|
-
"uuid": "a2ba6202-f6e0-46f4-95e4-5921656f2e1a"
|
1270
|
+
]
|
1263
1271
|
},
|
1264
1272
|
{
|
1273
|
+
"slug": "pov",
|
1274
|
+
"uuid": "a5794706-58d2-48f7-8aab-78639d7bce77",
|
1265
1275
|
"core": false,
|
1276
|
+
"unlocked_by": "markdown",
|
1266
1277
|
"difficulty": 10,
|
1267
|
-
"slug": "pov",
|
1268
1278
|
"topics": [
|
1269
1279
|
"graphs",
|
1270
1280
|
"recursion",
|
1271
1281
|
"searching"
|
1272
|
-
]
|
1273
|
-
"unlocked_by": "markdown",
|
1274
|
-
"uuid": "a5794706-58d2-48f7-8aab-78639d7bce77"
|
1282
|
+
]
|
1275
1283
|
},
|
1276
1284
|
{
|
1277
|
-
"core": false,
|
1278
|
-
"deprecated": true,
|
1279
1285
|
"slug": "binary",
|
1280
|
-
"uuid": "cef7deef-54ce-4201-b263-7cd2098533f8"
|
1286
|
+
"uuid": "cef7deef-54ce-4201-b263-7cd2098533f8",
|
1287
|
+
"core": false,
|
1288
|
+
"deprecated": true
|
1281
1289
|
},
|
1282
1290
|
{
|
1283
|
-
"core": false,
|
1284
|
-
"deprecated": true,
|
1285
1291
|
"slug": "trinary",
|
1286
|
-
"uuid": "c7dd8467-87e2-4997-a96e-a04cb8b891e8"
|
1292
|
+
"uuid": "c7dd8467-87e2-4997-a96e-a04cb8b891e8",
|
1293
|
+
"core": false,
|
1294
|
+
"deprecated": true
|
1287
1295
|
},
|
1288
1296
|
{
|
1289
|
-
"core": false,
|
1290
|
-
"deprecated": true,
|
1291
1297
|
"slug": "octal",
|
1292
|
-
"uuid": "c8555f37-9976-4f52-a5db-6a680ec8d53b"
|
1298
|
+
"uuid": "c8555f37-9976-4f52-a5db-6a680ec8d53b",
|
1299
|
+
"core": false,
|
1300
|
+
"deprecated": true
|
1293
1301
|
},
|
1294
1302
|
{
|
1295
|
-
"core": false,
|
1296
|
-
"deprecated": true,
|
1297
1303
|
"slug": "hexadecimal",
|
1298
|
-
"uuid": "5d30c5a0-0f69-4b79-8c7e-3b1fe6a5707f"
|
1304
|
+
"uuid": "5d30c5a0-0f69-4b79-8c7e-3b1fe6a5707f",
|
1305
|
+
"core": false,
|
1306
|
+
"deprecated": true
|
1299
1307
|
}
|
1300
|
-
]
|
1301
|
-
"foregone": [
|
1302
|
-
"lens-person",
|
1303
|
-
"nucleotide-codons",
|
1304
|
-
"paasio",
|
1305
|
-
"point-mutations",
|
1306
|
-
"counter"
|
1307
|
-
],
|
1308
|
-
"language": "C#"
|
1308
|
+
]
|
1309
1309
|
}
|