Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New practice exercises available to add #714

Closed
10 tasks done
depial opened this issue Mar 16, 2024 · 13 comments
Closed
10 tasks done

New practice exercises available to add #714

depial opened this issue Mar 16, 2024 · 13 comments

Comments

@depial
Copy link
Contributor

depial commented Mar 16, 2024

I've made a couple of practice exercises which are in this fork and only need reviewing. If someone would like to use the code to add them to the track, feel free to take as much of it as you would like and modify it as you please (the only thing I ask is that I not be listed as author/contributor). The list of available exercises is below. Those with a PR open have a link.

New practice exercises from Exercism problem-specifications

  • Binary Search Tree
  • Two Bucket
  • Dominoes
  • Change
  • Connect
  • Game of Life
  • Wordy
  • Matrix
  • Palindrome Products

The above are made according to the problem specifications. However, I may include a file supplemental.jl in the .meta folder with alternate/extra testing (to be used as desired). The file might also contain other potentially useful code I've written along the way.

New practice exercises from scratch

The above will likely need a more thorough review.

If there are any questions about any of the code, I'd be happy to participate in the review process.

@depial depial changed the title New practice exercises available for porting New practice exercises available to add Mar 17, 2024
@ErikSchierboom
Copy link
Member

However, I may include a file supplemental.jl in the .meta folder with alternate/extra testing (to be used as desired)

We have an existing system for allowing students to run bonus tests: https://github.com/exercism/julia/blob/main/exercises/practice/circular-buffer/runtests.jl#L141-L265

@depial
Copy link
Contributor Author

depial commented May 24, 2024

The supplemental.jl file (if it exists) is not meant for students (or to be included in the final exercise). It is for anyone who is porting the exercise. It's just extra material which could be useful/added during the review process.

@ErikSchierboom
Copy link
Member

Right. Okay that makes sense then.

@depial
Copy link
Contributor Author

depial commented May 30, 2024

The next exercise (binary-search-tree) is available for review

@depial
Copy link
Contributor Author

depial commented Jul 9, 2024

New practice exercise two-bucket is now available for review

@depial
Copy link
Contributor Author

depial commented Jul 10, 2024

New practice exercise dominoes is now available for review

@depial
Copy link
Contributor Author

depial commented Jul 15, 2024

New practice exercise change is now available for review

@depial
Copy link
Contributor Author

depial commented Jul 16, 2024

New practice exercise game-of-life is now available for review

@depial
Copy link
Contributor Author

depial commented Jul 17, 2024

New practice exercise wordy is now available for review.

@depial
Copy link
Contributor Author

depial commented Jul 18, 2024

New practice exercise matrix is now available for review

@depial
Copy link
Contributor Author

depial commented Jul 19, 2024

New practice exercise palindrome-products is now available for review

@depial
Copy link
Contributor Author

depial commented Jul 21, 2024

New practice exercise perceptron is available for review.

@depial
Copy link
Contributor Author

depial commented Jul 24, 2024

Closing issue as all practice exercises have been reviewed.

@depial depial closed this as completed Jul 24, 2024
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

No branches or pull requests

2 participants