Skip to content

Commit

Permalink
Move resistor color to later in the track and bump the difficulty
Browse files Browse the repository at this point in the history
Addresses #840
  • Loading branch information
ryanplusplus authored Mar 10, 2023
1 parent 78f9e85 commit 66f4d9c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,6 @@
"math"
]
},
{
"slug": "resistor-color",
"name": "Resistor Color",
"uuid": "75653d83-1a64-472c-ac43-49e87833c7f7",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": [
"arrays",
"enums",
"pointers"
]
},
{
"slug": "isogram",
"name": "Isogram",
Expand Down Expand Up @@ -220,6 +207,19 @@
"structs"
]
},
{
"slug": "resistor-color",
"name": "Resistor Color",
"uuid": "75653d83-1a64-472c-ac43-49e87833c7f7",
"practices": [],
"prerequisites": [],
"difficulty": 3,
"topics": [
"arrays",
"enums",
"pointers"
]
},
{
"slug": "pythagorean-triplet",
"name": "Pythagorean Triplet",
Expand Down

0 comments on commit 66f4d9c

Please sign in to comment.