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.
This comment is hidden because it contains spoiler information about the solution
nice kata, but definately not 5kyu, should be 7kyu.
Thanks for your appreciation🙏
it's a bit too easy for 3 kyu in my opinion, but pretty fun!
This comment is hidden because it contains spoiler information about the solution
Julia translation
thanks, but still the same. all 4 work fine in my laptop, but only the first works here.
edit: I found my mistake. I used a global variable and it stayed the same after each run, and not updated between runs
at the beginning of your function you could print the test data, see on which data it fails, take that data to your laptop and debug
when testing in my laptop it passes all 4 test cases, but here it doesn't. cant understand why