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.
Inspiring kata, thanks.
Great kata on DSA problems.
Very interesting kata to learn with.
One space almost made me bald.
Yea this threw me off as well. I had to go back and delete the code I wrote for this.
This sentence, besides making no sense, is not true because the number of days doesn't have to be clamped in the final tests.
Hashing and encryption are 2 different things, don't spread misinformation.
Fixed sample tests and enabled Node v12
Someone fixed full tests, so sample tests are now completely wrong.
Thanks for the feedback, I tried to clean it up a bit per your suggestion! Hopefully it helps
Date issue,
new Date()will give current date, but test expect year 2017. So how?The description would benefit from some markup and some newlines ( esp. the Q&D part - I haven't even read the unquick part ) - it's a massive, monolithic block of text ATM. Breaking it up a little could work wonders for its readability.
That is a great catch! Your arrangement is correct, my algorithm gave me a sub-optimal solution/score. I'll pull the kata for a bit and get that fixed.
Thank you, that is an interesting problem that I hadn't noticed. I will work on fixing this
Random tests sometimes generate test cases with
n = 0:Loading more items...