julia
julia copied to clipboard
Exercism exercises in Julia.
This is the practice exercise `connect` taken from `problem-specifications` with scaffolding created by configlet. Possibly relevant points for reviewers to consider: - Difficulty has been set at 5 (Medium) due...
I've made a couple of practice exercises which are in [this fork](https://github.com/depial/julia) and only need reviewing. If someone would like to use the code to add them to the track,...
If I use the following stub implementation, all tests pass: ```julia function isperfect(n) n > 0 || throw(DomainError(n, "Must be positive")) end function isabundant(n) n > 0 || throw(DomainError(n, "Must...
ℹ More info: https://github.com/exercism/org-wide-files/commit/45ce43faa93a84c84f407748aae3aa028383ec77 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/354
I want to add an exercise based on the problem of machine epsilon which is basically solving the problem of finding the largest number which assert that 1+x = x...
I was wondering if it would be feasible to charter a new exercise for plotting to teach the concept of good visualization particularly in Julia?
Add contents to the `introduction.md` document of the exercise, which teaches one concept: `matrices-introduction` This should either be renamed to `matrices`, or split up into several `matrices-X` concepts. The corresponding...
Related to #675. I'm moving this exercise in the config before resistor-color-trio. That lumps the three resistor color exercises together so the student can find the next one on the...
Related to #675
I'd like to start porting these exercises over the next few weeks. - [ ] Bottle Song - [ ] High Scores - [ ] Micro Blog - [ ]...