Skip to content

Add prerequisites for exercises (issue #986)#2852

Closed
deepshekhardas wants to merge 3 commits into
exercism:mainfrom
deepshekhardas:main
Closed

Add prerequisites for exercises (issue #986)#2852
deepshekhardas wants to merge 3 commits into
exercism:mainfrom
deepshekhardas:main

Conversation

@deepshekhardas

Copy link
Copy Markdown

Summary

Added prerequisites for exercises listed in issue #986:

  • 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

Note: crypto-square (difficulty 9) was not updated as it requires deeper analysis.

Fixes #986

deepshekhardas added 3 commits July 15, 2026 15:28
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)
@github-actions

Copy link
Copy Markdown
Contributor

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.

@github-actions github-actions Bot closed this Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v3] Add prerequisites 5/6

1 participant