Skip to content

Commit

Permalink
Resort config json (#52)
Browse files Browse the repository at this point in the history
Resorted by difficulty
  • Loading branch information
rpottsoh authored Jan 16, 2017
1 parent 0d0adc2 commit 3e8642e
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,27 @@
]
},
{
"slug": "bowling",
"difficulty": 6,
"slug": "bank-account",
"difficulty": 2,
"topics": [
"Algorithms",
"Control-flow (loops)"
"Classes"
]
},
{
"slug": "allergies",
"difficulty": 4,
"slug": "nucleotide-count",
"difficulty": 2,
"topics": [
"Bitwise operations",
"Filtering"
"Dictionaries",
"Strings"
]
},
{
"slug": "bank-account",
"slug": "etl",
"difficulty": 2,
"topics": [
"Classes"
"Dictionaries",
"Lists",
"Transforming"
]
},
{
Expand All @@ -74,34 +75,13 @@
"Transforming"
]
},
{
"slug": "book-store",
"difficulty": 6
},
{
"slug": "perfect-numbers",
"difficulty": 3,
"topics": [
"Integers"
]
},
{
"slug": "nucleotide-count",
"difficulty": 2,
"topics": [
"Dictionaries",
"Strings"
]
},
{
"slug": "etl",
"difficulty": 2,
"topics": [
"Dictionaries",
"Lists",
"Transforming"
]
},
{
"slug": "binary-search",
"difficulty": 3,
Expand All @@ -120,11 +100,11 @@
]
},
{
"slug": "circular-buffer",
"difficulty": 5,
"slug": "allergies",
"difficulty": 4,
"topics": [
"Queues",
"Classes"
"Bitwise operations",
"Filtering"
]
},
{
Expand All @@ -135,7 +115,27 @@
"Arrays",
"Tuples"
]
}
},
{
"slug": "circular-buffer",
"difficulty": 5,
"topics": [
"Queues",
"Classes"
]
},
{
"slug": "bowling",
"difficulty": 6,
"topics": [
"Algorithms",
"Control-flow (loops)"
]
},
{
"slug": "book-store",
"difficulty": 6
}
],
"ignored": [
"bin",
Expand Down

0 comments on commit 3e8642e

Please sign in to comment.