Skip to content

Commit

Permalink
Merge pull request JuliaLang#120 from exercism/maths-exercises
Browse files Browse the repository at this point in the history
Add 'math' topic to relevant exercises in track config
  • Loading branch information
SaschaMann authored Aug 4, 2018
2 parents 25ead3e + 3dcea61 commit 490681a
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@
"unlocked_by": null,
"difficulty": 1,
"topics": [
"generators"
"generators",
"math"
]
},
{
Expand All @@ -157,7 +158,7 @@
"control_flow_conditionals",
"exceptions",
"integers",
"mathematics"
"math"
]
},
{
Expand Down Expand Up @@ -217,7 +218,6 @@
"difficulty": 1,
"topics": [
"control_flow_loops",
"mathematics",
"strings"
]
},
Expand Down Expand Up @@ -255,7 +255,7 @@
"topics": [
"control_flow_exceptions",
"control_flow_if_else_statements",
"mathematics"
"math"
]
},
{
Expand All @@ -269,7 +269,7 @@
"control_flow_conditionals",
"control_flow_loops",
"filtering",
"mathematics"
"math"
]
},
{
Expand All @@ -281,7 +281,7 @@
"topics": [
"arrays",
"integers",
"mathematics",
"math",
"strings"
]
},
Expand All @@ -293,8 +293,7 @@
"difficulty": 2,
"topics": [
"arrays",
"filtering",
"mathematics"
"filtering"
]
},
{
Expand All @@ -318,8 +317,7 @@
"difficulty": 1,
"topics": [
"conditionals",
"functional_abstraction",
"mathematics"
"functional_abstraction"
]
},
{
Expand Down Expand Up @@ -375,7 +373,7 @@
"difficulty": 2,
"topics": [
"function_extension",
"mathematics",
"math",
"methods",
"multiple_dispatch",
"structs"
Expand All @@ -390,7 +388,6 @@
"topics": [
"function_extension",
"iterators",
"mathematics",
"methods",
"multiple_dispatch",
"parametric_types",
Expand All @@ -408,16 +405,15 @@
]
},
{
"uuid": "3a2facfd-5ec8-49a0-a5aa-2229f07da896",
"slug": "spiral-matrix",
"core": false,
"unlocked_by": null,
"difficulty": 3,
"topics": [
"matrix",
"mathematics",
"iterators"
]
"slug": "spiral-matrix",
"uuid": "3a2facfd-5ec8-49a0-a5aa-2229f07da896",
"core": false,
"unlocked_by": null,
"difficulty": 3,
"topics": [
"iterators",
"matrix"
]
},
{
"slug": "isbn-verifier",
Expand Down

0 comments on commit 490681a

Please sign in to comment.