Kaynağa Gözat

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

* Issue #923 add topics to linked list

* Update linked-listst Topics with generics
Ryan N 9 yıl önce
ebeveyn
işleme
8be8a2b6d8
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5
    1
      config.json

+ 5
- 1
config.json Dosyayı Görüntüle

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