Skip to content

Commit

Permalink
Add Word Count to core, to fill a gap
Browse files Browse the repository at this point in the history
There's a gap in the intermediate exercises, where in Ruby we have exercises that Python doesn't have. So, I promoted a few exercises that are on that same level in Ruby.
  • Loading branch information
emcoding committed Dec 16, 2018
1 parent 46744f4 commit 00d5afa
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,20 @@
"type_conversion"
]
},
{
"slug": "word-count",
"uuid": "04316811-0bc3-4377-8ff5-5a300ba41d61",
"core": true,
"unlocked_by": null,
"difficulty": 3,
"topics": [
"algorithms",
"logic",
"pattern_recognition",
"strings",
"text_formatting"
]
},
{
"slug": "hamming",
"uuid": "8648fa0c-d85f-471b-a3ae-0f8c05222c89",
Expand Down Expand Up @@ -299,20 +313,6 @@
"type_conversion"
]
},
{
"slug": "word-count",
"uuid": "04316811-0bc3-4377-8ff5-5a300ba41d61",
"core": false,
"unlocked_by": "high-scores",
"difficulty": 3,
"topics": [
"algorithms",
"logic",
"pattern_recognition",
"strings",
"text_formatting"
]
},
{
"slug": "gigasecond",
"uuid": "22606e91-57f3-44cf-ab2d-94f6ee6402e8",
Expand Down

0 comments on commit 00d5afa

Please sign in to comment.