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 that adds edge cases that share maximum/minimum values.
I just published a Haskell translation that also fixes the markdown issue.
Haskell translation
I've published a Haskell fork here that adds these edge cases.
Haskell fixed tests do not show input strings on failure. Fork here fixes this.
Failed random tests in Haskell do not show actual input string:
I've made a fork that fixes this.
Haskell fork with random tests.
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.
Haskell tests generate strings outside of ASCII range. Fork here fixes it, along with updating the tests so failure messages are more 7kyu-friendly and show the tested string without the QuickCheck modifier cruft.
Latest Haskell version added random tests.
I've published a fork that updates the random tests to generate pangrams ~50% of the time.
Whoops, meant to take that out.
sample
is a debug function that prints 10 samples of anyShow a => Gen a
to stdout. I use it just to ensure that my input generator is producing sane values.Updated fork here based on the updated Python tests
Haskell fork that tests with all leading octets.
Loading more items...