Przeglądaj źródła

Merge pull request #835 from deepakavs/master

added topics for difference-of-squares
FridaTveit 9 lat temu
rodzic
commit
d487f1b529
1 zmienionych plików z 10 dodań i 2 usunięć
  1. 10
    2
      config.json

+ 10
- 2
config.json Wyświetl plik

117
       "core": true,
117
       "core": true,
118
       "difficulty": 3,
118
       "difficulty": 3,
119
       "slug": "difference-of-squares",
119
       "slug": "difference-of-squares",
120
-      "topics": null,
120
+      "topics": [
121
+        "loops",
122
+        "integers",
123
+        "mathematics"
124
+      ],
121
       "unlocked_by": null,
125
       "unlocked_by": null,
122
       "uuid": "b0da59c6-1b55-405c-b163-007ebf09f5e8"
126
       "uuid": "b0da59c6-1b55-405c-b163-007ebf09f5e8"
123
     },
127
     },
387
       "core": false,
391
       "core": false,
388
       "difficulty": 5,
392
       "difficulty": 5,
389
       "slug": "series",
393
       "slug": "series",
390
-      "topics": null,
394
+      "topics": [
395
+        "loops",
396
+		    "strings",
397
+		    "conditionals"
398
+      ],
391
       "unlocked_by": "hamming",
399
       "unlocked_by": "hamming",
392
       "uuid": "af80d7f4-c7d0-4d0b-9c30-09da120f6bb9"
400
       "uuid": "af80d7f4-c7d0-4d0b-9c30-09da120f6bb9"
393
     },
401
     },