Skip to content

Commit

Permalink
Address #250 Normalise topics
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 Oct 16, 2019
1 parent e197851 commit bc01a90
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 bc01a90

Please sign in to comment.