exercism / julia

Exercism exercises in Julia.
https://exercism.org/tracks/julia
MIT License
66 stars 70 forks source link

New practice exercises available to add #714

Closed depial closed 1 week ago

depial commented 4 months ago

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

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.

ErikSchierboom commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

Right. Okay that makes sense then.

depial commented 2 months ago

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

depial commented 3 weeks ago

New practice exercise two-bucket is now available for review

depial commented 3 weeks ago

New practice exercise dominoes is now available for review

depial commented 2 weeks ago

New practice exercise change is now available for review

depial commented 2 weeks ago

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

depial commented 2 weeks ago

New practice exercise wordy is now available for review.

depial commented 2 weeks ago

New practice exercise matrix is now available for review

depial commented 2 weeks ago

New practice exercise palindrome-products is now available for review

depial commented 1 week ago

New practice exercise perceptron is available for review.

depial commented 1 week ago

Closing issue as all practice exercises have been reviewed.