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.
Haskell fork
The random input generation has been limited to printable ASCII characters to avoid confusion (this is a white kata, after all!), addressing these issues.
Lua translation!
Lua translation!
Having two diffrent return types isn't good practice. Returning
None
is fine.Fixed all.
fixed
Fixed.
This is the easy version, the description is now clear, and please just enjoy the cheap points.
No. Description updated.
Some language versions are different from the JS original, and the intent of the author. At least Python, not Haskell, did not check others.
Minor issue: for Python's initial solution (the generated code when you first start solving), you missed a colon after 'def gordon(a)' (should be 'def gordon(a):')
More test cases should be added. Only three of the fixed test cases need you to return False, and the random ones usually never do.
this would break if there are multiple consecutive spaces
done
That's an issue. Reraising as such.
Loading more items...