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 someone.
Generated in Python using a recursive function.
Impressive. You didn't write that by hand did you?
Perl, Shell:
strng
(2nd argument) contains newline characters that need to be ignored when calculating the match positions.This is not mentioned in the task description & different from the Python translation.
These newlines should be removed from the string.
Already resolved.
Already resolved
fixed there
Not a kata suggestion
Ruby:
(Actual & expected were flipped in the assertion, so your code actually failed to consider repeating elements)
Added in Ruby
Done in this fork
Runs in Node v10.x ...for some reason
This comment is hidden because it contains spoiler information about the solution
Fixed in this fork
Loading more items...