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

Added topics for sublist problem (#928)

* Added topics for sublist problem

* Added enumeration and generics to sublist topics

* Added topics for sublist problem
badanomaly 9 лет назад
Родитель
Сommit
daab605b2a
1 измененных файлов: 7 добавлений и 1 удалений
  1. 7
    1
      config.json

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

@@ -778,7 +778,13 @@
778 778
       "core": false,
779 779
       "difficulty": 7,
780 780
       "slug": "sublist",
781
-      "topics": null,
781
+      "topics": [
782
+        "lists",
783
+        "searching",
784
+        "loops",
785
+        "generics",
786
+        "enumeration"
787
+      ],
782 788
       "unlocked_by": "linked-list",
783 789
       "uuid": "d2aedbd7-092a-43d0-8a5e-ae3ebd5b9c7f"
784 790
     },