Add prerequisites for exercises (issue #986)#2852
Conversation
Updated the instructions to clarify that a zipper consists of: 1. The path/thread leading to the focused node 2. The focused subtree This resolves the misleading description that a zipper 'contains a data structure and a pointer into that data structure.' Fixes exercism#777
Added prerequisites for: - roman-numerals: strings, loops, numbers, conditionals - square-root: numbers, arithmetic-operators - all-your-base: numbers, arrays, loops, arithmetic-operators - queen-attack: classes, numbers, conditionals - react: classes, numbers, arrays, functions - zipper: classes, recursion, trees, numbers, arrays
Added prerequisites for: - bowling: classes, arrays, conditionals, numbers, loops - strain: arrays, functions, array-transformations - flatten-array: arrays, recursion - nth-prime: numbers, loops - sieve: numbers, arrays, loops - rotational-cipher: strings, numbers, conditionals - diffie-hellman: numbers, arrays, loops, arithmetic-operators - affine-cipher: strings, numbers, arrays, loops - atbash-cipher: strings, arrays, loops - robot-simulator: classes, strings, numbers, conditionals - sum-of-multiples: numbers, loops - change: numbers, arrays, loops, algorithms - protein-translation: strings, arrays, loops - armstrong-numbers: numbers, loops Remaining: crypto-square (complex, difficulty 9)
|
Hello. Thanks for opening a PR on Exercism 🙂 We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in. You can use this link to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch. If you're interested in learning more about this auto-responder, please read this blog post. Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it. |
Summary
Added prerequisites for exercises listed in issue #986:
Note: crypto-square (difficulty 9) was not updated as it requires deeper analysis.
Fixes #986