diff --git a/config.json b/config.json index dc4355c6a..7d81e2376 100644 --- a/config.json +++ b/config.json @@ -594,8 +594,8 @@ "topics": [ "algorithms", "arrays", - "control_flow_conditionals", - "control_flow_loops", + "conditionals", + "loops", "exception_handling", "games", "parsing" @@ -611,8 +611,8 @@ "algorithms", "arrays", "bitwise_operations", - "control_flow_conditionals", - "control_flow_loops", + "conditionals", + "loops", "exception_handling", "lists", "loops", @@ -900,8 +900,8 @@ "difficulty": 5, "topics": [ "arrays", - "control_flow_conditionals", - "control_flow_loops", + "conditionals", + "loops", "exception_handling", "games", "parsing",