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.
That's really clever I did it about the same but with more code so it's a bit messy
And here I am implementing PriorityQueue with HashMap XD
.
Nice solution, mine is total rubish I must admit :D. I just wanted to have it done :))
Wow!! Absoulately clever!!
This comment is hidden because it contains spoiler information about the solution
It would be really nice way to ban cheaters. Put something useless in your code and everyone who just copies it should be banned.
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.
Nice One!!!
Love it, I was looking for a way to concatenate 2 arrays. Glad to see it here :)