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