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

added topics to perfect numbers (#863)

* added topics to perfect numbers

* updated topics

* fixed tabs
Edgar 9 лет назад
Родитель
Сommit
98e117de45
1 измененных файлов: 7 добавлений и 1 удалений
  1. 7
    1
      config.json

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

@@ -156,7 +156,13 @@
156 156
       "core": false,
157 157
       "difficulty": 3,
158 158
       "slug": "perfect-numbers",
159
-      "topics": null,
159
+      "topics": [
160
+        "integers",
161
+        "mathematics",
162
+        "exception_handling",
163
+        "enumerations",
164
+        "filtering"
165
+      ],
160 166
       "unlocked_by": "difference-of-squares",
161 167
       "uuid": "d0dcc898-ec38-4822-9e3c-1a1829c9b2d9"
162 168
     },