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.
Glad to hear it! If it was up to me, I'd say it's 5 kyu due to the time it takes to write down key mappings and to come up with working algorithm through trial and error, etc, but the standarts keep rising on CW, so expect something like this to be the new 6 kyu ;)
A little tough compared to some of the other 6 kyu katas but definitely one of the more fun challenges I've solved.
Thanks for the info..
sincerely,
a n00b.
note: some definitions local to cw:
Issue
: problem in the kata itself (description, wrong tests, wrong internal solution...)Suggestions
: well, I guess that part is clearQuestion
anything else that is related to you having a problem solving a kata -> that's you, currently.cheers ;)
what's this, then?
"#44#33..."
(edit: don't forget that the sample tests are just sample. That comes from the full test suite)from the description:
Seriously, read the specs again before beleiving that the tests are wrong. 99% of the time, that's the user that is wrong... ;)
you say uppercase is a toggle and yet in your tests you do not have # after an uppercase to go back to lower case..
the test for "oen two three" is also wrong as theres a space?