浏览代码

Spiral matrix : add topics (#956)

* '#925-addTopics'

* added topic for spiral-matrix

* added topic for spiral-matrix

* Update config.json
mohshabbir 9 年前
父节点
当前提交
bdfb53dfc0
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      config.json

+ 7
- 1
config.json 查看文件

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