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 checked out the C# version. All the random test have an array with 10 ints. Kotlin varies with up to 100k per test. I can sometimes get through 10+ random tests within the 16000ms, but other times I just go through 2. At this point, I can just click 500 times on attempt and hope to god all the random tests give me <10000 ints in the array. This is ridiculous.
Lua translation!
The first time I ran my program it didn't pass one of the random tests.Then I just added some print()'s. The second time I ran it, it worked. Which means that my solution doesn't work but it can still get past the attempts
correct word is Occurrences, in the problem it's Ocurrences
This comment is hidden because it contains spoiler information about the solution
No random tests in C#
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
D translation
In Factor the fixed tests expect an array, the random tests expect a vector.
Go translation
This comment is hidden because it contains spoiler information about the solution
Fun challenge, but the theory is incorrect, no? The reverse complement of a DNA strain substring should be in reverse order!
kind of hard to figure out where you went wrong when you can't see the log. might want to enable that in the future.
This comment is hidden because it contains spoiler information about the solution
Loading more items...