From 420dfdcb5252d3eb2b232b391ffa8c4dbfec27a0 Mon Sep 17 00:00:00 2001 From: BethanyG Date: Wed, 18 Oct 2023 06:43:44 -0700 Subject: [PATCH] Update config.json On second (and third) thought, let's put pop-count first -- ahead of saddle points and OCR. Feels like a better progression that way. --- config.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/config.json b/config.json index 7ce46ef514..37b140d2f6 100644 --- a/config.json +++ b/config.json @@ -968,6 +968,21 @@ "prerequisites": ["basics", "bools", "numbers", "classes"], "difficulty": 2 }, + { + "slug": "pop-count", + "name": "Pop Count", + "uuid": "356e2d29-7efc-4fa3-bec7-8b61c3e967da", + "practices": ["loops"], + "prerequisites": [ + "basics", + "lists", + "list-methods", + "loops", + "strings", + "string-methods" + ], + "difficulty": 3 + }, { "slug": "saddle-points", "name": "Saddle Points", @@ -1162,21 +1177,6 @@ ], "difficulty": 3 }, - { - "slug": "pop-count", - "name": "Pop Count", - "uuid": "356e2d29-7efc-4fa3-bec7-8b61c3e967da", - "practices": ["loops"], - "prerequisites": [ - "basics", - "lists", - "list-methods", - "loops", - "strings", - "string-methods" - ], - "difficulty": 3 - }, { "slug": "simple-cipher", "name": "Simple Cipher",