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.
thank you!
Do you know if there are tutorials out there about creating katas? I'm a bit lost.
The loop-end is the one giving me problems, you're correct.
In this kata I was reaching a 5000 loop cycles limit. I don't know if the test cases have more than 5000 items or something was wrong in my code.
mmm is it a codewars limit? I thought it was yours.
because I tried several solutions and only one didn't hit that 5000 cycle limit. It's like a self imposed limit that no one knows.
This kata should say something about the 5000 cycle loop limit.
This kata is very confusing, after failing constantly in one test ("couldn't add key to hash"), I'm skipping it.
apparently not many people aliased the methods first, to allow possible usage after our "patches"
what happened to this kata?
The tests are wrong IMHO. The same code with the same input text (copy/paste) works great on my local machine, but the result is different from what I see on the web.