Просмотр исходного кода

Add topics to transpose exercise

Removed recursion
Eddie Legg 9 лет назад
Родитель
Сommit
4a135c8ae4
1 измененных файлов: 8 добавлений и 1 удалений
  1. 8
    1
      config.json

+ 8
- 1
config.json Просмотреть файл

@@ -456,7 +456,14 @@
456 456
       "core": false,
457 457
       "difficulty": 6,
458 458
       "slug": "transpose",
459
-      "topics": null,
459
+      "topics": [
460
+        "loops",
461
+        "arrays",
462
+        "lists",
463
+        "matrices",
464
+        "strings",
465
+        "text_formatting"
466
+      ],
460 467
       "unlocked_by": "matrix",
461 468
       "uuid": "57b76837-4610-466f-9373-d5c2697625f1"
462 469
     },