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.
From the description, it is not expected to. but yeah it doesn't.
dear god this is beautifully horrible.
For anyone working with C# and if you get a failed attempt when submitting the thing despite converting input in the constructor to positive, that's an edge case where the "Correct the code so negative values will be switched to positive ones" decides to do it's thing.
I knew yout could do this but was too lazy to actually try lmao
Probably? hence why this is in Clever rather than best practices
So much to learn
This seems far too easy for a 6kyu
Question, how should some stuff be parsed example
em_em
should it be
em, em
or
em_em
or
em_ em
something like this
Aah parsing the string is killing me, I'vealready implemented the sorting tho
Also, here I was trying to do this without dividing by 1, aka, yes I know I could've just divided by 1
Jeez so many hidden comments
This comment is hidden because it contains spoiler information about the solution
You actually can sort strings, I only learnt this after submitting this lol