From 3adfc4e0aa0a22a2a81e50dc13bdd7c256c3c5a7 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Wed, 16 Oct 2019 13:27:53 +0200 Subject: [PATCH] Address #250 Normalise topics (#291) Fix topics for `diamond`, `two-buckets` and `variable-length-quantity` --- config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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",