Explorar el Código

Adding topics to problem 'Prime Factors' (#885)

* Adding topics to prime factors

* Adding math as problem area

* Removing recursion as a topic
bobatrance hace 9 años
padre
commit
76dc0de704
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8
    1
      config.json

+ 8
- 1
config.json Ver fichero

@@ -424,7 +424,14 @@
424 424
       "core": false,
425 425
       "difficulty": 5,
426 426
       "slug": "prime-factors",
427
-      "topics": null,
427
+      "topics": [
428
+        "arrays",
429
+        "conditionals",
430
+        "integers",
431
+        "lists",
432
+        "loops",
433
+        "mathematics"
434
+      ],
428 435
       "unlocked_by": "triangle",
429 436
       "uuid": "599c08ec-7338-46ed-99f8-a76f78f724e6"
430 437
     },