Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
On second (and third) thought, let's put pop-count first -- ahead of saddle points and OCR.  Feels like a better progression that way.
  • Loading branch information
BethanyG committed Oct 18, 2023
1 parent c8be582 commit 420dfdc
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 420dfdc

Please sign in to comment.