Skip to content

Commit

Permalink
Reorder new exercises (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanplusplus authored Apr 25, 2024
1 parent 8a1ac17 commit f5f4e3a
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
]
}
]
},
Expand Down

0 comments on commit f5f4e3a

Please sign in to comment.