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
python new test framework
This comment is hidden because it contains spoiler information about the solution
C++ Translation
Lua translation!
With s = "lpllmdokuhqokgkmwyrfuzzcjgozlkqiqmhgdmvopiqkdlppqxjwyiyvhbchfvvsr": 3 should equal 5
Can anyone help me to find 5?
I took way longer than I needed to for this, because I thought those messages like " 'a' occurred twice" which were used for guidance, I thought was what needed to be returned. Only to find out it was much simpler than that. Maybe the comments should've had better separation from the expected results, maybe under the line or a tab spacing.
This comment is hidden because it contains spoiler information about the solution
The task SPECIFICALLY says "The input string can be assumed to contain only alphabets (both uppercase and lowercase) and numeric digits." yet one of the tests contain non-alphabeetical or numerical characters such as (, [, {, }. ]. ).
Change the description.
This comment is hidden because it contains spoiler information about the solution
I myself and others count the duplicate occurences, not the amount of duplicates.
Consider editing the details.
This comment is hidden because it contains spoiler information about the solution
I'm absolutely unable to pass random tests for D. It tells me for example:
But no matter how am I counting I'm unable to find a mistake. I'm looking for duplicate case-insensitive alphanumeric characters. What am I missing?
C++ : is it so hard was give to helper function another name?
This comment is hidden because it contains spoiler information about the solution
Loading more items...