Skip to content

Commit

Permalink
Address #250 Normalise topics (#291)
Browse files Browse the repository at this point in the history
Fix topics for `diamond`, `two-buckets` and `variable-length-quantity`
  • Loading branch information
Roshanjossey authored and SleeplessByte committed Oct 16, 2019
1 parent e197851 commit 3adfc4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,8 @@
"topics": [
"algorithms",
"arrays",
"control_flow_conditionals",
"control_flow_loops",
"conditionals",
"loops",
"exception_handling",
"games",
"parsing"
Expand All @@ -611,8 +611,8 @@
"algorithms",
"arrays",
"bitwise_operations",
"control_flow_conditionals",
"control_flow_loops",
"conditionals",
"loops",
"exception_handling",
"lists",
"loops",
Expand Down Expand Up @@ -900,8 +900,8 @@
"difficulty": 5,
"topics": [
"arrays",
"control_flow_conditionals",
"control_flow_loops",
"conditionals",
"loops",
"exception_handling",
"games",
"parsing",
Expand Down

0 comments on commit 3adfc4e

Please sign in to comment.