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.
With bounded tests anything is O(1)
Haskell translation
Mention what % does. In Haskell mod and rem are used for modulo, not %.
Falsifiable (after 14 tests):
"zzaaaza"
"aaaz"
2 expected 2 but got 1
I don't get this kata. How can you find "aaaz" from "zzaaaza" twice?