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.
Approved
Python new test framework
Python
This comment is hidden because it contains spoiler information about the solution
For tests with decimal values your solution must have precision of 1e-9.
Random tests never generate negative or decimal values of
r
Edit : Python version
This comment is hidden because it contains spoiler information about the solution
It is great challange, love it, just not very clear what is expected until I have run it first time. I would suggst to state using LENGHT fuction is not allowed - just for a clarity.
There is a problem with this Kata. The results are different each time it is run, causing some correct code to be errored out.
Input: 7 9 15
Output:
7, 63, 567, 5103, 45927, 413343, 3720087, 33480783, 301327047, 2711943423, 24407490807, 219667417263, 1977006755367, 17793060798303, 160137547184727
Stack trace:
expected:<...3480783, 301327047, [-1583023873, -1362312969, 624085167, 1321799207, -988709025, -308446633]> but was:<...3480783, 301327047, [2711943423, 24407490807, 219667417263, 1977006755367, 17793060798303, 160137547184727]>
Negative numbers here means Integer overflow
JavaTranslation
This comment is hidden because it contains spoiler information about the solution
Same
This comment is hidden because it contains spoiler information about the solution
Agreed! Otherwise, good kata.
.
Loading more items...