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.
I'm prone to overthinking stuff D:
Thank you very much for this kata. Having some trouble figuring out networking and i had a lot of fun clearing some stuff up step by step with this one.
Is it possible to remove my previous solution? It contains a mistake which fails some random tests , but still manages to pass all tests 80% of time.
I just spent 2 hours of my life trying to find a mistake instead of taking a
proper look at problem description.
Read your manual before turning the appliance on! :D
Fun with ternaries
char variables store ASCII values of a character. Lowercase characters range from 97 to 122.
The only thing left is typecast char to int and receive the ASCII value;
I'd rather stick with if statements