Sfoglia il codice sorgente

Spiral matrix : add topics (#956)

* '#925-addTopics'

* added topic for spiral-matrix

* added topic for spiral-matrix

* Update config.json
mohshabbir 9 anni fa
parent
commit
bdfb53dfc0
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 7
    1
      config.json

+ 7
- 1
config.json Vedi File

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