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.
I did exactly that, O(1) for one prime and using inclusion-exclusion means that I have to do that binom(n, k) times for 1 <= k <= n.
I pass 6 out of 6 30 digits tests but then my code times out. Am I still missing something?
great, just solved it, thanks for the motivational speech ;)
Really cool kata, it should be much more popular. The description seems scary, but the task itself is not that hard. Give it a try!
Thank you for the review!
Grouping the tests into different suites, I'm not sure either if it is possible. I could probably put the 20 sample tests into the same @Test when it comes to executing all of them, so it would look a bit cleaner... ? The order of the n-pit random tests would remain messed up tho.
and another
another one
minor suggestion:
Some strong suggestions:
I found an issue:
Thank you!
I only notice this now. I'll try to review this asap.
Java translation
Approved - thanks @koba1996 for translating and making the edits after the reviewing!
Hi @koba1996 - it seems like it's all good now, so I'll approve: thanks again for translating! And thanks to @Madjosz and @B4B for reviewing.
Loading more items...