Просмотр исходного кода

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 лет назад
Родитель
Сommit
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
     },