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.
Rust translation.
Probably some lag, the server needs time to get updated (I guess).
Done :)
Wait... I think I need to make much tougher tests for Rust... I'll update the fork and let you know.
Thanks, I realized afterward my tests were incorrect (any valid pair is a correct result, I checked strict equality with expected). I updated the translation after you approved it, for safety (lastly I experimented several problems where tests were not updated according to the last edit), can you approve this new fork? https://www.codewars.com/kumite/6287cc890b56c3003276cf54?sel=6287d094a3ef6e39c8066aaf
(author is inactive)
No, the numbers are not too large: your solution is not efficient enough.
What is incorrect exactly according to you? Please note this kata has been solved more than 13,000 times so it's very unlikely tests are wrong, I think you just misunderstood the task.
The description is very explicit about that.
Rust translation.
Rust translation
Go translation.
Go translation.
Then you don't need to bother yourself to post in Discourse, click
next kata
at the top right.Hi. It seems there are at least two problems currently, the reference solution throws this:
There is a problem with
preloaded
(I cannot help about that, I don't know how to use it in Rust).The bug related to
rng.gen_range
can be due to a problem with language updates. You should update the kata to Rust 1.60 and make some fixes.Loading more items...