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

Issue #923 add topics to linked list (#932)

* Issue #923 add topics to linked list

* Update linked-listst Topics with generics
Ryan N 9 лет назад
Родитель
Сommit
8be8a2b6d8
1 измененных файлов: 5 добавлений и 1 удалений
  1. 5
    1
      config.json

+ 5
- 1
config.json Просмотреть файл

@@ -643,7 +643,11 @@
643 643
       "core": true,
644 644
       "difficulty": 6,
645 645
       "slug": "linked-list",
646
-      "topics": null,
646
+      "topics": [
647
+        "algorithms",
648
+        "lists",
649
+        "generics"
650
+      ],
647 651
       "unlocked_by": null,
648 652
       "uuid": "7ba5084d-3b75-4406-a0d7-87c26387f9c0"
649 653
     },