瀏覽代碼

fixes #925 add topics to simple linked list exercise (#933)

* #925 add topics to simple linked list exercise

* added exception_handling to topics for simple linked list
Grant Harper 9 年之前
父節點
當前提交
1665914758
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. 6
    1
      config.json

+ 6
- 1
config.json 查看文件

@@ -811,7 +811,12 @@
811 811
       "core": false,
812 812
       "difficulty": 7,
813 813
       "slug": "simple-linked-list",
814
-      "topics": null,
814
+      "topics": [
815
+        "algorithms",
816
+        "generics",
817
+        "lists",
818
+        "exception_handling"
819
+      ],
815 820
       "unlocked_by": "linked-list",
816 821
       "uuid": "e3e5ffe5-cfc1-467e-a28a-da0302130144"
817 822
     },