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
I've published a Haskell fork here that adds these edge cases.
Haskell fork with random tests.
done
JavaScript
hey mr, can you give me a single advice to become a solver problems.Thanks
Latest Haskell version added random tests.
I've published a fork that updates the random tests to generate pangrams ~50% of the time.
Haskell fork that adds testing for strings with no vowels and strings entirely composed of vowels.
Added in Crystal and Ruby.
Node updated.
Fixed
Fixed
Fixed.
this kind of empty arrays:
is not allowed by the C standard, it's a GCC/Clang extension. it would have been better to pass
NULL
, which has the added benefit of making incorrect solutions crash if they attempt to access itLoading more items...