Przeglądaj źródła

Add topics to transpose exercise

Removed recursion
Eddie Legg 9 lat temu
rodzic
commit
4a135c8ae4
1 zmienionych plików z 8 dodań i 1 usunięć
  1. 8
    1
      config.json

+ 8
- 1
config.json Wyświetl plik

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
     },