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.
This comment is hidden because it contains spoiler information about the solution
Does it matter the order of the AssertEqual sentence?
assertEquals(bagel.getValue() == 4, Boolean.TRUE);
or
assertEquals(Boolean.TRUE,bagel.getValue() == 4 );
Anyone made this WITHOUT using BigIntegers?
I agree that, with BigIntegers it's too easy even for 5 kyu.
request timeout:aggregate error
What does it mean, on my home pc it is run less than a second?
ok, i misunderstood something. thx
I think in the java tests there is some errors, eg.:
At 119989884756 the expected is: [119989884756, 4, 0], but it should be [114998988756, 8, 2]
119989884756 should be [114998988756, 8, 2] right?
I think iterate from 81 to 3904305912313344l is impossible here.
Help, something ist right here:
import java.math.BigInteger;
public class Fibonacci {
return BigInteger.ZERO;
}
result:
Submission timed out while communicating with our servers. This may infrequently happen if our servers are extremly busy.
Please try again. If issues persist you can check status.codewars.com to see if server issues are being investigated.
Yes, of course.
May i send to you my code for inspection?
Yes. And its working.
It is in java.
when running the whole test suites:
****** Basic Tests bigger numbers******
230, 4, 17
430, 5, 17
430, 8, 17
880, 8, 17
2430, 15, 17
100, 2, 17
276, 3, 17
3760, 17, 17
Unknown Test Failure
when running this in the singel test suite:
BasicTests1(SumOfKTest)
****** Basic Tests bigger numbers******
230, 4, 17
430, 5, 17
430, 8, 17
880, 8, 17
100, 2, 17
2430, 15, 17
276, 3, 17
3760, 17, 17
Test Passed
I simply do not understand. :(
what does it mean 'unknown test failure' ?
Loading more items...