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
Really Confused on what this STDRR error means and why I'm getting this
File "/workspace/default/tests.py", line 4 "Dermatoglyphics" --> true "aba" --> false ^^ SyntaxError: invalid syntax
Inconsistency in input-casing generation
Python && ruby: input will only generate lowercase letters
JS && CS: Very low probability of generating lowercase letters
Random tests should be modified to randomly select lower + uppercase character from a string!
D translation
This comment is hidden because it contains spoiler information about the solution
attempt resulted to: Test Crashed
Caught unexpected signal: SIGSEGV (11). Invalid memory access.
what is the meaning of this error?
I'm using C
I keep getting this error when i hit attempt: "Test Crashed\nCaught unexpected signal: SIGSEGV (11). Invalid memory access."
What does this mean??
This comment is hidden because it contains spoiler information about the solution
Random tests are missing.
quick question from a newbie...... how am i supopost to know? I mean I can google my way trouth the solution but isn't that cheating? Is there a better way to find this stuff out or do you all just google things?
Thanks for any answer :)
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
Duplicate of http://www.codewars.com/kata/514a7bb557cdc630ab00001d.
In Random tests I have this:
Testing for mwjwnodarvzccaj
It should work with random inputs too - Expected: true, instead got: false
Why it is expected true? Testing string isn't isogram. All Basic tests are pass, but with random I have this problem