From 24dc402f6f4c27c6e4d8eab07c56b151b63516ac Mon Sep 17 00:00:00 2001 From: Erik Simmler Date: Tue, 15 Mar 2016 21:45:10 -0400 Subject: [PATCH] Tweak initial exercise order based on subjective difficulty (closes #34) --- config.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.json b/config.json index 628821a..8ed262c 100644 --- a/config.json +++ b/config.json @@ -6,17 +6,17 @@ "test_pattern": "TODO", "problems": [ "hello-world", - "leap", - "pangram", - "rna-transcription", - "hamming", - "word-count", "bob", - "run-length-encoding", - "difference-of-squares", - "anagram", + "leap", "raindrops", - "triangle" + "pangram", + "triangle", + "anagram", + "difference-of-squares", + "word-count", + "hamming", + "rna-transcription", + "run-length-encoding" ], "deprecated": [