Skip to content

Commit

Permalink
[Parallel Letter Frequency]: Mark as Foregone in Config.json and Remo…
Browse files Browse the repository at this point in the history
…ve Exercise Directory (#3603)

* Marked parallel-letter-frequency as foregone.

* Removed string-formattig prerequisites and set dict-methods live to students.

* Added parallel-letter-frequency back into depricated array.

* Removed parallel-letter-frequency exercise directory.
  • Loading branch information
BethanyG authored Jan 24, 2024
1 parent 7fad60d commit ac97b5e
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 221 deletions.
15 changes: 2 additions & 13 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"uuid": "5ac0c40c-4038-47b8-945b-8480e4a3f44c",
"concepts": ["dict-methods"],
"prerequisites": ["dicts"],
"status": "wip"
"status": "beta"
},
{
"slug": "locomotive-engineer",
Expand Down Expand Up @@ -206,7 +206,6 @@
"comprehensions",
"loops",
"sequences",
"string-formatting",
"string-methods",
"tuples"
],
Expand Down Expand Up @@ -921,7 +920,6 @@
"loops",
"numbers",
"strings",
"string-formatting",
"string-methods"
],
"difficulty": 2
Expand Down Expand Up @@ -2190,15 +2188,6 @@
"difficulty": 3,
"status": "deprecated"
},
{
"slug": "parallel-letter-frequency",
"name": "Parallel Letter Frequency",
"uuid": "da03fca4-4606-48d8-9137-6e40396f7759",
"practices": [],
"prerequisites": [],
"difficulty": 3,
"status": "deprecated"
},
{
"slug": "point-mutations",
"name": "Point Mutations",
Expand Down Expand Up @@ -2245,7 +2234,7 @@
"status": "deprecated"
}
],
"foregone": ["lens-person"]
"foregone": ["lens-person", "parallel-letter-frequency"]
},
"concepts": [
{
Expand Down

This file was deleted.

25 changes: 0 additions & 25 deletions exercises/practice/parallel-letter-frequency/.meta/config.json

This file was deleted.

51 changes: 0 additions & 51 deletions exercises/practice/parallel-letter-frequency/.meta/example.py

This file was deleted.

62 changes: 0 additions & 62 deletions exercises/practice/parallel-letter-frequency/.meta/tests.toml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ac97b5e

Please sign in to comment.