From f5f4e3a29d8ca06b2800ed3dd6a71d04c19aa51b Mon Sep 17 00:00:00 2001 From: Ryan Hartlage Date: Thu, 25 Apr 2024 02:03:35 -0400 Subject: [PATCH] Reorder new exercises (#984) --- config.json | 56 ++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/config.json b/config.json index 014b871a..a303247e 100644 --- a/config.json +++ b/config.json @@ -236,6 +236,20 @@ "strings" ] }, + { + "slug": "dnd-character", + "name": "D&D Character", + "uuid": "aafdaf60-1b68-41f7-92ae-f2d548738be9", + "practices": [], + "prerequisites": [], + "difficulty": 2, + "topics": [ + "arrays", + "control_flow_if_statements", + "control_flow_loops", + "math" + ] + }, { "slug": "perfect-numbers", "name": "Perfect Numbers", @@ -431,6 +445,20 @@ "text_formatting" ] }, + { + "slug": "rotational-cipher", + "name": "Rotational Cipher", + "uuid": "3adbc85c-7e7e-4122-a37d-c843196bc8af", + "practices": [], + "prerequisites": [], + "difficulty": 4, + "topics": [ + "control_flow_if_statements", + "control_flow_loops", + "memory_management", + "strings" + ] + }, { "slug": "sieve", "name": "Sieve", @@ -1106,34 +1134,6 @@ "functions", "memory_management" ] - }, - { - "slug": "rotational-cipher", - "name": "Rotational Cipher", - "uuid": "3adbc85c-7e7e-4122-a37d-c843196bc8af", - "practices": [], - "prerequisites": [], - "difficulty": 2, - "topics": [ - "control_flow_if_statements", - "control_flow_loops", - "memory_management", - "strings" - ] - }, - { - "slug": "dnd-character", - "name": "D&D Character", - "uuid": "aafdaf60-1b68-41f7-92ae-f2d548738be9", - "practices": [], - "prerequisites": [], - "difficulty": 2, - "topics": [ - "arrays", - "control_flow_if_statements", - "control_flow_loops", - "math" - ] } ] },