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

Edit topics for pascals-triangle

puri 9 лет назад
Родитель
Сommit
5b8737400f
1 измененных файлов: 6 добавлений и 5 удалений
  1. 6
    5
      config.json

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

@@ -396,11 +396,12 @@
396 396
       "difficulty": 5,
397 397
       "slug": "pascals-triangle",
398 398
       "topics": [
399
-	 "recursion",
400
-	 "arrays",
401
-	 "matrices",
402
-	 "algorithms",
403
-	 "mathematics"
399
+        "arrays",
400
+        "matrices",
401
+        "algorithms",
402
+        "mathematics",
403
+        "exception_handling",
404
+        "integers"
404 405
       ],
405 406
       "unlocked_by": "matrix",
406 407
       "uuid": "d2a76905-1c8c-4b03-b4f7-4fbff19329f3"