Skip to content

Commit

Permalink
Replace difference-of-squares with nucleotide-count on core track (#789)
Browse files Browse the repository at this point in the history
Nucleotide Count has several reasonable implementations and learning
goals. Mentor notes are made available in exercism/website-copy#654 and
the discussion to replace some core track exercises is advanced in #761.

Until either its difficulty has been adjusted (#793) or another order
has been picked (#790), continue to order config.json by difficulty.
  • Loading branch information
sshine authored Dec 17, 2018
1 parent be093ec commit a612d85
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,13 @@
]
},
{
"slug": "difference-of-squares",
"uuid": "c8953b81-97f2-4c26-b2b8-aa7ef95c5ff1",
"slug": "nucleotide-count",
"uuid": "00feb0e9-ae1e-43fc-a0ea-8f2d0d0b9f49",
"core": true,
"unlocked_by": null,
"difficulty": 1,
"difficulty": 2,
"topics": [
"math",
"number_theory"
"either"
]
},
{
Expand All @@ -120,6 +119,17 @@
"math"
]
},
{
"slug": "difference-of-squares",
"uuid": "c8953b81-97f2-4c26-b2b8-aa7ef95c5ff1",
"core": false,
"unlocked_by": "nucleotide-count",
"difficulty": 1,
"topics": [
"math",
"number_theory"
]
},
{
"slug": "acronym",
"uuid": "4b5b2254-1c68-449a-8150-c1d33b8de9d1",
Expand Down Expand Up @@ -152,16 +162,6 @@
"maybe"
]
},
{
"slug": "nucleotide-count",
"uuid": "00feb0e9-ae1e-43fc-a0ea-8f2d0d0b9f49",
"core": false,
"unlocked_by": null,
"difficulty": 2,
"topics": [
"either"
]
},
{
"slug": "grade-school",
"uuid": "ba13fdf3-9a36-4286-8b78-75964d1aa373",
Expand Down Expand Up @@ -207,7 +207,7 @@
"slug": "raindrops",
"uuid": "39d5aa74-6e4a-4579-810e-b4430bc172e8",
"core": false,
"unlocked_by": "difference-of-squares",
"unlocked_by": "nucleotide-count",
"difficulty": 2,
"topics": [
"strings"
Expand Down Expand Up @@ -310,7 +310,7 @@
"slug": "kindergarten-garden",
"uuid": "f3e12dd1-d3c7-4955-975f-bfc471d689c7",
"core": false,
"unlocked_by": "difference-of-squares",
"unlocked_by": "nucleotide-count",
"difficulty": 3,
"topics": [
"define_type"
Expand Down Expand Up @@ -436,7 +436,7 @@
"slug": "allergies",
"uuid": "3630c60f-3e18-42c2-bce4-10dc62d11b25",
"core": false,
"unlocked_by": "difference-of-squares",
"unlocked_by": "nucleotide-count",
"difficulty": 4,
"topics": [
"algorithms",
Expand All @@ -447,7 +447,7 @@
"slug": "all-your-base",
"uuid": "69b6b2d8-7d28-4fa1-84af-3c41857c1d16",
"core": false,
"unlocked_by": "difference-of-squares",
"unlocked_by": "nucleotide-count",
"difficulty": 4,
"topics": [
"either",
Expand Down Expand Up @@ -530,7 +530,7 @@
"slug": "series",
"uuid": "4c111498-9248-4f4a-9950-98fdac736d3b",
"core": false,
"unlocked_by": "difference-of-squares",
"unlocked_by": "nucleotide-count",
"difficulty": 4,
"topics": [
"lists",
Expand Down Expand Up @@ -773,7 +773,7 @@
"slug": "bank-account",
"uuid": "44f2cb4d-1965-4d11-9373-bc3b5a624a8c",
"core": false,
"unlocked_by": "difference-of-squares",
"unlocked_by": "nucleotide-count",
"difficulty": 6,
"topics": [
"define_type",
Expand All @@ -786,15 +786,15 @@
"slug": "sublist",
"uuid": "f49d76f7-f826-4b6a-a514-47af7e84144a",
"core": false,
"unlocked_by": "difference-of-squares",
"unlocked_by": "nucleotide-count",
"difficulty": 6,
"topics": []
},
{
"slug": "rail-fence-cipher",
"uuid": "5bf7612c-427e-484d-bc67-8553fac4f64d",
"core": false,
"unlocked_by": "difference-of-squares",
"unlocked_by": "nucleotide-count",
"difficulty": 6,
"topics": [
"algorithms",
Expand Down Expand Up @@ -908,7 +908,7 @@
"slug": "sgf-parsing",
"uuid": "033adeae-d94a-4832-ae99-8dd98acd6044",
"core": false,
"unlocked_by": "difference-of-squares",
"unlocked_by": "nucleotide-count",
"difficulty": 9,
"topics": [
"maybe"
Expand Down Expand Up @@ -938,7 +938,7 @@
"slug": "zipper",
"uuid": "e585c482-2088-40bf-bc97-bc6fac6a7a72",
"core": false,
"unlocked_by": "difference-of-squares",
"unlocked_by": "nucleotide-count",
"difficulty": 10,
"topics": [
"define_type",
Expand Down

0 comments on commit a612d85

Please sign in to comment.