File tree Expand file tree Collapse file tree 1 file changed +26
-20
lines changed Expand file tree Collapse file tree 1 file changed +26
-20
lines changed Original file line number Diff line number Diff line change 494
494
"name" : " Bob" ,
495
495
"uuid" : " 38ef1802-2730-4f94-bafe-d2cd6b3e7f95" ,
496
496
"practices" : [
497
+ " char" ,
497
498
" strings"
498
499
],
499
500
"prerequisites" : [],
500
501
"difficulty" : 1 ,
501
- "topics" : [
502
- " chars"
503
- ]
502
+ "topics" : []
504
503
},
505
504
{
506
505
"slug" : " high-scores" ,
686
685
"name" : " Isogram" ,
687
686
"uuid" : " d141ec66-a161-4c3d-832b-439699bf0d4c" ,
688
687
"practices" : [
688
+ " char" ,
689
689
" strings"
690
690
],
691
691
"prerequisites" : [],
692
692
"difficulty" : 4 ,
693
693
"topics" : [
694
- " chars" ,
695
694
" iterators"
696
695
]
697
696
},
822
821
"name" : " Run-Length Encoding" ,
823
822
"uuid" : " 4dc9b165-792a-4438-be80-df9aab6f6a9c" ,
824
823
"practices" : [
824
+ " char" ,
825
825
" loops"
826
826
],
827
827
"prerequisites" : [],
828
828
"difficulty" : 4 ,
829
829
"topics" : [
830
- " chars" ,
831
830
" int_string_conversion" ,
832
831
" strings"
833
832
]
1137
1136
"slug" : " affine-cipher" ,
1138
1137
"name" : " Affine Cipher" ,
1139
1138
"uuid" : " 2a1dcf38-ec05-4b24-a2e2-2e5b3595f3f0" ,
1140
- "practices" : [],
1139
+ "practices" : [
1140
+ " char"
1141
+ ],
1141
1142
"prerequisites" : [],
1142
1143
"difficulty" : 4 ,
1143
1144
"topics" : [
1144
1145
" ascii" ,
1145
- " chars" ,
1146
1146
" iterators" ,
1147
1147
" primitive_types" ,
1148
1148
" str_vs_string" ,
1153
1153
"slug" : " atbash-cipher" ,
1154
1154
"name" : " Atbash Cipher" ,
1155
1155
"uuid" : " 53298a14-76a9-4bb9-943a-57c5e79d9cf7" ,
1156
- "practices" : [],
1156
+ "practices" : [
1157
+ " char"
1158
+ ],
1157
1159
"prerequisites" : [],
1158
1160
"difficulty" : 4 ,
1159
1161
"topics" : [
1160
1162
" ascii" ,
1161
- " chars" ,
1162
1163
" iterators" ,
1163
1164
" primitive_types" ,
1164
1165
" str_vs_string" ,
1169
1170
"slug" : " crypto-square" ,
1170
1171
"name" : " Crypto Square" ,
1171
1172
"uuid" : " 0cc485e9-43ba-4d97-a622-ee4cb8b9f1f7" ,
1172
- "practices" : [],
1173
+ "practices" : [
1174
+ " char"
1175
+ ],
1173
1176
"prerequisites" : [],
1174
1177
"difficulty" : 4 ,
1175
1178
"topics" : [
1176
1179
" arrays" ,
1177
1180
" ascii" ,
1178
- " chars" ,
1179
1181
" iterators" ,
1180
1182
" primitive_types" ,
1181
1183
" str_vs_string" ,
1200
1202
"slug" : " largest-series-product" ,
1201
1203
"name" : " Largest Series Product" ,
1202
1204
"uuid" : " 8679c221-d150-4230-b1cd-5ea78ae69db7" ,
1203
- "practices" : [],
1205
+ "practices" : [
1206
+ " char"
1207
+ ],
1204
1208
"prerequisites" : [],
1205
1209
"difficulty" : 4 ,
1206
1210
"topics" : [
1207
- " chars" ,
1208
1211
" higher_order_functions" ,
1209
1212
" math" ,
1210
1213
" result_type" ,
1258
1261
"slug" : " rail-fence-cipher" ,
1259
1262
"name" : " Rail Fence Cipher" ,
1260
1263
"uuid" : " 9a8bae4f-2c0b-4e9e-aab2-b92f82dd3b87" ,
1261
- "practices" : [],
1264
+ "practices" : [
1265
+ " char"
1266
+ ],
1262
1267
"prerequisites" : [],
1263
1268
"difficulty" : 4 ,
1264
1269
"topics" : [
1265
- " chars" ,
1266
1270
" cipher" ,
1267
1271
" strings"
1268
1272
]
1287
1291
"slug" : " rotational-cipher" ,
1288
1292
"name" : " Rotational Cipher" ,
1289
1293
"uuid" : " 5dbecc83-2c8d-467d-be05-f28a08f7abcf" ,
1290
- "practices" : [],
1294
+ "practices" : [
1295
+ " char"
1296
+ ],
1291
1297
"prerequisites" : [],
1292
1298
"difficulty" : 4 ,
1293
1299
"topics" : [
1294
1300
" ascii" ,
1295
- " chars" ,
1296
1301
" iterators" ,
1297
1302
" primitive_types" ,
1298
1303
" str_vs_string" ,
1303
1308
"slug" : " simple-cipher" ,
1304
1309
"name" : " Simple Cipher" ,
1305
1310
"uuid" : " 3aba9330-da46-48ee-bb9d-7e8f6c1ae7eb" ,
1306
- "practices" : [],
1311
+ "practices" : [
1312
+ " char"
1313
+ ],
1307
1314
"prerequisites" : [],
1308
1315
"difficulty" : 4 ,
1309
1316
"topics" : [
1310
1317
" ascii" ,
1311
- " chars" ,
1312
1318
" str_vs_string" ,
1313
1319
" strings"
1314
1320
]
1321
1327
"prerequisites" : [],
1322
1328
"difficulty" : 4 ,
1323
1329
"topics" : [
1324
- " chars " ,
1330
+ " char " ,
1325
1331
" entry_api" ,
1326
1332
" hashmaps" ,
1327
1333
" str_vs_string" ,
You can’t perform that action at this time.
0 commit comments