Skip to content

Commit

Permalink
add practice and prerequisites - 1 (exercism#1500)
Browse files Browse the repository at this point in the history
* add practice and prerequisites - start

* add practice and prerequisites - two-fer

* add practice and prerequisites - leap

* Apply suggestions from code review

Co-authored-by: Erik Schierboom <[email protected]>

* add practice and prerequisites - leap

Co-authored-by: Erik Schierboom <[email protected]>
  • Loading branch information
mikedamay and ErikSchierboom authored Feb 12, 2021
1 parent 3e9b727 commit a49a254
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions concepts/enumerables/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: complete document
1 change: 1 addition & 0 deletions concepts/enumerables/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: complete document
1 change: 1 addition & 0 deletions concepts/enumerables/links.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions concepts/lambdas/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: complete document
1 change: 1 addition & 0 deletions concepts/lambdas/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: complete document
1 change: 1 addition & 0 deletions concepts/lambdas/links.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions concepts/math-operators/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: complete document
1 change: 1 addition & 0 deletions concepts/math-operators/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO: complete document
1 change: 1 addition & 0 deletions concepts/math-operators/links.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@
"slug": "two-fer",
"name": "Two Fer",
"uuid": "57f02d0e-7b75-473b-892d-26a7d980c4ce",
"practices": [],
"prerequisites": [],
"practices": ["optional-parameters", "string-interpolation"],
"prerequisites": ["optional-parameters", "string-interpolation"],
"difficulty": 1,
"topics": [
"optional_values",
Expand All @@ -653,8 +653,8 @@
"slug": "leap",
"name": "Leap",
"uuid": "8ba15933-29a2-49b1-a9ce-70474bad3007",
"practices": [],
"prerequisites": [],
"practices": ["math-operators", "if-statements"],
"prerequisites": ["math-operators", "if-statements", "numbers"],
"difficulty": 1,
"topics": [
"conditionals",
Expand Down Expand Up @@ -1059,8 +1059,8 @@
"slug": "accumulate",
"name": "Accumulate",
"uuid": "3c0563dc-665a-45b4-9b29-f133e235efd0",
"practices": [],
"prerequisites": [],
"practices": ["lambdas", "foreach", "yield"],
"prerequisites": ["lambdas", "generic-types", "foreach", "enumerables", "extension-methods"],
"difficulty": 2,
"topics": [
"extension_methods",
Expand Down

0 comments on commit a49a254

Please sign in to comment.