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.
should be fixed after 4 years
As of 5.5.2019, this is this a problem with the C# version.
The problem still exists?
Input: "x!!!C!kv" | Actual: "x!!!C!kv" | Expected: "xCkv"
The C# version has performance tests.
It proves nothing. The tests may be different and there's a great number of factors like environment, compiler options etc.
I can confirm this issue, it was due to an edge case where if the missing value of the mixed list was starting list's max value, the function would return 0 instead of the correct value.
I've rectified the issue in the translation, the author probably has to update the Kata with the updated translation now. Thanks for bringing this to my attention.
Sorry, I should have tested the Kumite more thoroughly, as
Regex.Replace
behavior seems to be slightly different thanstring.prototype.replace
.I've updated the translation, the author may have to pull it in. Hopefully the issue shouldn't happen after that update.