Bladeren bron

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 jaren geleden
bovenliggende
commit
daab605b2a
1 gewijzigde bestanden met toevoegingen van 7 en 1 verwijderingen
  1. 7
    1
      config.json

+ 7
- 1
config.json Bestand weergeven

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