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.
Initial solution setup no longer crashes
Assertions messages improved
Modify
rng
structureReorganize sample tests
A value that semantically is always positive is better represented as u32 rather than i32.
'alr approved some time ago'
Rust translation has no random tests.
Should remove the test case for (4, 1), since a divisor is guaranteed to exist.
Approved
Rust Translation
Please review.
Rust Translation
Please review.
Rust Translation
Please review.
Rust Translation
Please review.
Rust Translation
Please review.
Rust translation
Please review.
You could ".rev()" the range, replace the "filter" with "find" and leave out the "last()".
More concise and less iterations since you start from the end of the range instead of evaluating the entire range and then returning the last element.
Loading more items...