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 don't think it's possible to modify the Haskell translation to use
Int
s instead ofFloat
s without invalidating most of the existing solutions. As a compromise, I've forked the translation so that the random test cases generate integer valuedFloat
s to satisfy the description.Please add fixed/sample tests with leading/trainling white space.
There's an issue with Random Tests, as it tests against lowercase && uppercase characters. While description clearly states:
However, it always brings something like:
Fixed in latest fork above
I've made a fork here that adds the signature to the solution setup code. Making the solver guess what the type signature should be is completely out of the scope of this kata.
Approved
Fixed Julia, checked all languages as well, closing
Haskell fork that adjusts random test cases to filter out inputs that contain an operation that wraps the memory value
Haskell fork with random tests.
fixed
approved
character range for Julia is
a-z
, so it does contain invalid charactersFixed for Java. Other affected languages are:
Rust generates only 'a'fixedFixed
Loading more items...