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.
no recursion.
nice
Oh, thank you! I was in a hurry without reading it completely, as always)
You're solution is to slow. Read the end of the description:
This comment is hidden because it contains spoiler information about the solution
I thought my solution was very clever... then I saw this.
Not invoking it on
createSecretHolder
's invocationNice kata, but a bit overrated in my humble opinion.
It's a pure math, not testing your programming skills, so the solution is really simple.
Yes, I had forgotten my a bit of my basics there and that really held me back when I wanted to write the code.
This comment is hidden because it contains spoiler information about the solution
g for global, which is used for pattern literals right?
and i for CASE-iNSENSETIVE?
It's okay, everything's fine, just take a deep breath, calm down, and tell me once again, calmly: what exactly you think is wrong?
BRO WHERE THE HELL ARE MY TESTS CASES THERE'S ONLY 3 GOD DAMN TEST CASES FOR ME WHILE OTHERS HAVE LIKE TON OF THEM
i dont know if this is exclusively targeting me or a feature for everyone else
This comment is hidden because it contains spoiler information about the solution
Found a way to solve it through string in like, 2 minutes, but knew it was too easy and I was right, my solution could work with very small number but as soon as it surpass the limit of the data type i used in C it started to be inaccurate... After some research i realized it was just a problem based on a math trick, i am kinda dissapointed, but I still had some fun solving it for small numbers!
Loading more items...