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

Spiral matrix : add topics (#956)

* '#925-addTopics'

* added topic for spiral-matrix

* added topic for spiral-matrix

* Update config.json
mohshabbir 9 лет назад
Родитель
Сommit
bdfb53dfc0
1 измененных файлов: 7 добавлений и 1 удалений
  1. 7
    1
      config.json

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

553
       "core": false,
553
       "core": false,
554
       "difficulty": 6,
554
       "difficulty": 6,
555
       "slug": "spiral-matrix",
555
       "slug": "spiral-matrix",
556
-      "topics": null,
556
+      "topics": [
557
+        "loops",
558
+        "arrays",
559
+        "integers",
560
+        "mathematics",
561
+        "matrices"
562
+      ],
557
       "unlocked_by": "matrix",
563
       "unlocked_by": "matrix",
558
       "uuid": "163fcc6b-c054-4232-a88b-0aded846a6eb"
564
       "uuid": "163fcc6b-c054-4232-a88b-0aded846a6eb"
559
     },
565
     },