Browse Source

Add topics for largest-series-product

pvtuan10 9 years ago
parent
commit
b2a34a623e
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      config.json

+ 7
- 1
config.json View File

155
       "core": false,
155
       "core": false,
156
       "difficulty": 4,
156
       "difficulty": 4,
157
       "slug": "largest-series-product",
157
       "slug": "largest-series-product",
158
-      "topics": null,
158
+      "topics": [
159
+        "loops",
160
+        "type_conversion",
161
+        "integers",
162
+        "strings",
163
+        "mathematics"
164
+      ],
159
       "unlocked_by": "hamming",
165
       "unlocked_by": "hamming",
160
       "uuid": "b7310b6e-435c-4d5f-b2bd-31e586d0f238"
166
       "uuid": "b7310b6e-435c-4d5f-b2bd-31e586d0f238"
161
     },
167
     },