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.
And I wrote like ... an infinity of if-statemens for a StringBuilder.
Allow me to unprofessionally empty my soul here for a second:
Back when I started coding, it was day 2 or day 3 for me, I was totally baffeled by someone changing letters from lower-case to upper-case by adding a fixed int to them to change their ASCII-Value while I wrote a HUGE amount of if-statements
and I was like: "Did Tzeench himself show you this?!" ... Now XD, I lukily can do this too with ease but ...
Looking at this solution I am heavily reminded of this day and I feel the same amazement I felt back then a few years ago.
WoW ... And I actually used BigInteger for this ...