瀏覽代碼

Add topics to transpose exercise

Removed recursion
Eddie Legg 9 年之前
父節點
當前提交
4a135c8ae4
共有 1 個檔案被更改,包括 8 行新增1 行删除
  1. 8
    1
      config.json

+ 8
- 1
config.json 查看文件

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