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.
many people have this problem with not enough time to check... so you think first when you write new Kata
Hi, I wrote this Kata in C, but not enough time to check... fail. What is faster than C ? nothing :D I think this Kata is faulty...
Hi, in C language. The prototype of function is writen in not good practice. The variable n do not have to be part of array index. The value must be constant. This is the better writen prototype:
void powers_of_two(unsigned* arr, size_t size);
The basic test does not work.....
Error:
./src/main/java/YourSolution.java:2: error: ',', ')', or '[' expected
public static int findOccurrence(String subStr, String str, int occurrence = 1) {
^
1 error
I dont know, I try anything... :D
This comment is hidden because it contains spoiler information about the solution
Hi,
Thanks.... I wrote wrong interval... {4,15} .... must be {4,16}
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
This comment is hidden because it contains spoiler information about the solution
Hi,
Basic tests passed, but I have random tests error:
Execution Timed Out (16000 ms)
How can I solve this??