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.
[Haskell fork]
The random tests were pretty weak (only testing numbers up to 100), and have been rewritten.
Please review: C++ Translation
my code takes less memory space than expected. so I'm supposed to add variables just to saturate?
Hi everyone!
Please help me understand exactly what to do in this task,
I want to fill an array with the divisors of the number n, but I get the following error:
"Caught unexpected signal: SIGSEGV(11). Invalid memory access."
As a test, I tried to remove the work with the array altogether, but I still get the same error.
WTF?!
COBOL translation (author is inactive).
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Rust version has no random tests. CS/JS/Python/Ruby has very weak "random" tests. And C# version is not consistent with Elixir/PHP either.
This kata really needs to be rewritten.
This comment is hidden because it contains spoiler information about the solution
The test cases should include a number that is a perfect square to test those solutions that use sqrt.