Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Looks like the solution is flags passed to cargo (e.g.
$ cargo test -- --nocapture
), but I don't think that's possible...I'll do some research on that with other Rust Katas and see how to do that.
I favored fold on the Iterator trait (this is the largest change based on something I liked in the JavaScript solutions)
FYI: The output for the random tests only appears if the solution is wrong
Shell translation with random tests for review
Shell translation with random tests submitted
Shell translation added for review.
Java translation added with random tests.
This comment is hidden because it contains spoiler information about the solution
Ruby translation now with random tests! Thanks for the suggestion @Voile
Review and approve, or suggest more edits :)
Sounds like a plan!
Shell translation
Please review and approve
Ruby translation without random tests... feel free to improve with them.
Please review and approve.
Shell translation
Please review and accept
Shell translation
Please review and accept
Ruby translation without random tests.... it was close to timing out with the largest numbers, so I left the random tests out.
Loading more items...