Skip to content

Commit

Permalink
Forego some exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj committed Feb 18, 2024
1 parent dca971a commit b2a6bde
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 9 deletions.
47 changes: 41 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
]
},
"exercises": {
"concept": [],
"practice": [
{
"slug": "hello-world",
Expand Down Expand Up @@ -1173,9 +1172,45 @@
"prerequisites": [],
"difficulty": 3
}
],
"foregone": [
"alphametics",
"bank-account",
"binary-search-tree",
"book-store",
"circular-buffer",
"complex-numbers",
"connect",
"custom-set",
"diffie-hellman",
"dominoes",
"dot-dsl",
"etl",
"flatten-array",
"go-counting",
"grade-school",
"high-scores",
"killer-sudoku-helper",
"ledger",
"lens-person",
"linked-list",
"matrix",
"micro-blog",
"paasio",
"parallel-letter-frequency",
"pov",
"react",
"rest-api",
"saddle-points",
"sgf-parsing",
"simple-linked-list",
"strain",
"tree-building",
"word-search",
"zebra-puzzle",
"zipper"
]
},
"concepts": [],
"key_features": [
{
"title": "Automation",
Expand Down Expand Up @@ -1209,12 +1244,12 @@
}
],
"tags": [
"used_for/scripts",
"paradigm/procedural",
"execution_mode/interpreted",
"typing/weak",
"paradigm/procedural",
"platform/linux",
"platform/mac",
"platform/windows"
"platform/windows",
"typing/weak",
"used_for/scripts"
]
}
3 changes: 1 addition & 2 deletions exercises/practice/reverse-string/.approaches/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"introduction": {
"authors": [
"glennj"
],
"contributors": []
]
},
"approaches": [
{
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/two-fer/.approaches/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"introduction": {
"authors": ["IsaacG"]
"authors": [
"IsaacG"
]
}
}

0 comments on commit b2a6bde

Please sign in to comment.