Skip to content

Commit

Permalink
difference-of-squares: add tags to approaches
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Oct 4, 2023
1 parent be98a38 commit fe92af3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions exercises/practice/difference-of-squares/.approaches/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"blurb": "Use LINQ to calculate the sums.",
"authors": [
"erikschierboom"
]
],
"tags": {
"all": ["uses:linq"]
}
},
{
"uuid": "a6118dd7-26d5-4576-919f-11a584beeef8",
Expand All @@ -21,7 +24,10 @@
"blurb": "Use a for statement to calculate the sums.",
"authors": [
"erikschierboom"
]
],
"tags": {
"all": ["construct:for-loop"]
}
},
{
"uuid": "bdcb02d2-1a34-4a52-a80c-ca94907ba721",
Expand All @@ -30,7 +36,10 @@
"blurb": "Use math to calculate the sums.",
"authors": [
"erikschierboom"
]
],
"tags": {
"all": ["technique:math"]
}
}
]
}

0 comments on commit fe92af3

Please sign in to comment.