浏览代码

Add Isogram topics

referencing #788

conditionals: finding if a char is repeated
loops: looping through a string's characters
parsing: parsing a string for repeated characters
strings: self-explanatory :)
Michael Rolland 9 年前
父节点
当前提交
157aa140a1
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      config.json

+ 7
- 1
config.json 查看文件

227
       "core": false,
227
       "core": false,
228
       "difficulty": 4,
228
       "difficulty": 4,
229
       "slug": "isogram",
229
       "slug": "isogram",
230
-      "topics": null,
230
+      "topics": [
231
+        "conditionals",
232
+        "loops",
233
+        "strings",
234
+        "algorithms",
235
+        "parsing",
236
+      ],
231
       "unlocked_by": "hello-world",
237
       "unlocked_by": "hello-world",
232
       "uuid": "c3e89c7c-3a8a-4ddc-b653-9b0ff9e1d7d8"
238
       "uuid": "c3e89c7c-3a8a-4ddc-b653-9b0ff9e1d7d8"
233
     },
239
     },