浏览代码

Added topics for sublist problem (#928)

* Added topics for sublist problem

* Added enumeration and generics to sublist topics

* Added topics for sublist problem
badanomaly 9 年前
父节点
当前提交
daab605b2a
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      config.json

+ 7
- 1
config.json 查看文件

778
       "core": false,
778
       "core": false,
779
       "difficulty": 7,
779
       "difficulty": 7,
780
       "slug": "sublist",
780
       "slug": "sublist",
781
-      "topics": null,
781
+      "topics": [
782
+        "lists",
783
+        "searching",
784
+        "loops",
785
+        "generics",
786
+        "enumeration"
787
+      ],
782
       "unlocked_by": "linked-list",
788
       "unlocked_by": "linked-list",
783
       "uuid": "d2aedbd7-092a-43d0-8a5e-ae3ebd5b9c7f"
789
       "uuid": "d2aedbd7-092a-43d0-8a5e-ae3ebd5b9c7f"
784
     },
790
     },