Преглед изворни кода

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