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.
Approved by Johan
Approved
Translate Dart
check my translation
Haskell translation
Fixed in latest fork
Approved
python new test framework
#11b2x/3q3:0z:vV
nice stimulating kata
New test framework should be used.
done
func(string, 2, 6)
Thank you for your honest feedback!
Hope that helps! :)
the task is largely underdescribed:
=> 'HHHHHHHH' is how many matches for L=3?
Currently, your sample tests are showing only examples with exact matches, you never show what happens for sequences longer than L.
And the fact that sample tests are only asking for N=1 or 2 doesn't help either...
Thank you for pointing that out! Should be fixed now :)