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.
:-) note the fmt::join up there is IMHO canonical in the 21rst century..
Know your STL and get rid of those for loops.
Ever since
Python 3.10
I've tried to make an effort to useSwitch Case Statement
instead ofif-else
statements.You make some fun katas, I look forward to some more!
This is 16-bit Unicode Transformation Format or (UTF-16).
I'm not very experienced with c++, but I think that can be done with templates, or function overloads.
Excellent feedback ~ Docendo Discimus!
oo i didnt know that, thanks for the insight
when a parantheses is added, the function is executed with whatever argument is passed to it
when a paranthesis is not present, the function reference is sent to the callable (in this case
upper_case
It doesn't need () at the end? str.upper()