Parcourir la source

Merge pull request #860 from puripant/patch-1

Add topics to pascals-triangle
FridaTveit il y a 9 ans
Parent
révision
ee75eae6e2
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8
    1
      config.json

+ 8
- 1
config.json Voir le fichier

@@ -399,7 +399,14 @@
399 399
       "core": false,
400 400
       "difficulty": 5,
401 401
       "slug": "pascals-triangle",
402
-      "topics": null,
402
+      "topics": [
403
+        "arrays",
404
+        "matrices",
405
+        "algorithms",
406
+        "mathematics",
407
+        "exception_handling",
408
+        "integers"
409
+      ],
403 410
       "unlocked_by": "matrix",
404 411
       "uuid": "d2a76905-1c8c-4b03-b4f7-4fbff19329f3"
405 412
     },