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.
At the bottom of the description of the Kata there's a note saying "The two strings will be the same length.".
I respect that you checked for edge cases, but you could have avoided it!
This comment is hidden because it contains spoiler information about the solution
real
Redundent testing of lower bound.
Test case was deleted.
fixed
C: in the initial code, the array is not
const
-qualified (const char *array
--> should beconst char *const array
)Nice kata!))))) (language: JS) But, there's can be an array of strings in the input!) Be careful, CodeWarrior)
May be it would be rather good idea to delete the test case, that includes string array? For 8 kyu kata it can cause so much trouble for some inaccurate decisions... Hmmm?)
Sorry, i wanna add some piece...
To be more precise, good choice would be specify that the input data can be: boolean array, array of objects, array of string arrays, array of number arrays... 😕
not a kata suggestion
done
done
done
done
Loading more items...